Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software list: "do not change" label. #796

Merged
merged 3 commits into from
Apr 29, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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 "<!--- This file is autogenerated, it is strongly recommended not to modify it. -->"
Darleev marked this conversation as resolved.
Show resolved Hide resolved
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***"
1 change: 1 addition & 0 deletions 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 "<!--- This file is autogenerated, it is strongly recommended not to modify it. -->"
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
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 = @"
<!--- This file is autogenerated, it is strongly recommended not to modify it. -->
# 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 = @"
<!--- This file is autogenerated, it is strongly recommended not to modify it. -->
# Windows Server 2019

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