enable security and updates in lb configs
This commit is contained in:
parent
0af1c9a3dd
commit
30463337d1
|
@ -526,8 +526,8 @@ LBSET_MAIN_SHARED = ('lb config noauto'
|
|||
' --iso-preparer "PeppermintOS-https://peppermintos.com/"'
|
||||
' --iso-publisher "Peppermint OS Team"'
|
||||
' --iso-volume "PeppermintOS" --mode debian --quiet'
|
||||
' --security false --uefi-secure-boot enable'
|
||||
' --updates false --win32-loader false --zsync false'
|
||||
' --security true --uefi-secure-boot enable'
|
||||
' --updates true --win32-loader false --zsync false'
|
||||
)
|
||||
|
||||
# Shared by architecture
|
||||
|
|
Loading…
Reference in New Issue