Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions images/linux/scripts/installers/1604/preparemetadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

source $HELPER_SCRIPTS/document.sh

WriteItem "<!--- DO NOT EDIT - This markdown file is autogenerated. -->"
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***"
3 changes: 2 additions & 1 deletion images/linux/scripts/installers/1804/preparemetadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

source $HELPER_SCRIPTS/document.sh

WriteItem "<!--- DO NOT EDIT - This markdown file is autogenerated. -->"
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***"
WriteItem "***"
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ wmic logicaldisk get size,freespace,caption
# Adding description of the software to Markdown

$Content = @"
<!--- DO NOT EDIT - This markdown file is autogenerated. -->
# Windows Server 2016

The following software is installed on machines with the $env:ImageVersion update.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ wmic logicaldisk get size,freespace,caption
# Adding description of the software to Markdown

$Content = @"
<!--- DO NOT EDIT - This markdown file is autogenerated. -->
# Windows Server 2019

The following software is installed on machines with the $env:ImageVersion update.
Expand Down