diff --git a/PepDeb32/pepbld.py b/PepDeb32/pepbld.py index 1d99857..1dda17c 100644 --- a/PepDeb32/pepbld.py +++ b/PepDeb32/pepbld.py @@ -38,7 +38,7 @@ lb_command = [ "--debian-installer-gui", "true", "--parent-mirror-debian-installer", "http://repo.peppermintos.com/packages", "--iso-preparer", "PeppermintOS-https://peppermintos.com/", - "--uefi-secure-boot" "enable", + "--uefi-secure-boot", "enable", "--iso-publisher", "Peppermint OS Team", "--iso-volume", "PeppermintOS", "--image-name", "PepOS-mini-iso", diff --git a/PepDev32/pepbld.py b/PepDev32/pepbld.py index 35a59e2..c0fac60 100644 --- a/PepDev32/pepbld.py +++ b/PepDev32/pepbld.py @@ -44,7 +44,7 @@ lb_command = [ "--security" "false", "--updates" "false", "--backports" "false", - "--uefi-secure-boot" "enable", + "--uefi-secure-boot", "enable", "--firmware-chroot", "false", "--debian-installer", "netinst", "--debian-installer-distribution", "daedalus",