Skip to content

Commit

Permalink
Set secure_boot & vtpm defaults for guacamole images
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed Jan 11, 2025
1 parent 8b53ffa commit 99f0c52
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ custom:
sku: winserver-2019
version: latest
conda_config: true
secure_boot_enabled: false
secure_boot_enabled: false # dsvm-win-2019 is not a gen2 image
vtpm_enabled: false

credentials:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ custom:
sku: winserver-2019
version: latest
conda_config: true
secure_boot_enabled: false
secure_boot_enabled: false # dsvm-win-2019 is not a gen2 image
vtpm_enabled: false
# For information on using custom images, see README.me in the guacamole/user-resources folder
# "Custom Image From Gallery":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ custom:
apt_sku: 22.04
install_ui: true
conda_config: false
secure_boot_enabled: false
vtpm_enabled: false
secure_boot_enabled: true
vtpm_enabled: true
# For information on using custom images, see README.me in the guacamole/user-resources folder
# "Custom Image From Gallery":
# source_image_name: your-image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ custom:
sku: win10-22h2-pro-g2
version: latest
conda_config: false
secure_boot_enabled: false
vtpm_enabled: false
secure_boot_enabled: true
vtpm_enabled: true
"Windows 11":
source_image_reference:
publisher: microsoftwindowsdesktop
offer: windows-11
sku: win11-24h2-pro
version: latest
conda_config: false
secure_boot_enabled: false
vtpm_enabled: false
secure_boot_enabled: true
vtpm_enabled: true
"Server 2019 Data Science VM":
source_image_reference:
publisher: microsoft-dsvm
offer: dsvm-win-2019
sku: winserver-2019
version: latest
conda_config: true
secure_boot_enabled: false
secure_boot_enabled: false # dsvm-win-2019 is not a gen2 image
vtpm_enabled: false
# For information on using custom images, see README.me in the guacamole/user-resources folder
# "Custom Image From Gallery":
Expand Down

0 comments on commit 99f0c52

Please sign in to comment.