enable security and updates in lb configs

This commit is contained in:
manuel 2024-05-13 23:46:53 +00:00
parent 0af1c9a3dd
commit 30463337d1
1 changed files with 2 additions and 2 deletions

View File

@ -526,8 +526,8 @@ LBSET_MAIN_SHARED = ('lb config noauto'
' --iso-preparer "PeppermintOS-https://peppermintos.com/"' ' --iso-preparer "PeppermintOS-https://peppermintos.com/"'
' --iso-publisher "Peppermint OS Team"' ' --iso-publisher "Peppermint OS Team"'
' --iso-volume "PeppermintOS" --mode debian --quiet' ' --iso-volume "PeppermintOS" --mode debian --quiet'
' --security false --uefi-secure-boot enable' ' --security true --uefi-secure-boot enable'
' --updates false --win32-loader false --zsync false' ' --updates true --win32-loader false --zsync false'
) )
# Shared by architecture # Shared by architecture