update arm64 pepbld.py
This commit is contained in:
parent
8b26764483
commit
97ef8ba994
|
@ -35,6 +35,8 @@ lb_command = [
|
|||
"--firmware-chroot", "false",
|
||||
"--debian-installer", "netinst",
|
||||
"--bootloaders", "grub-efi",
|
||||
"--bootstrap-qemu-arch", "arm64",
|
||||
"--bootstrap-qemu-static", "/usr/sbin/qemu-debootstrap",
|
||||
"--debian-installer-distribution", "bookworm",
|
||||
"--debian-installer-gui", "true",
|
||||
"--parent-mirror-debian-installer", "http://repo.peppermintos.com/packages",
|
||||
|
|
|
@ -46,6 +46,8 @@ lb_command = [
|
|||
"--backports" "false",
|
||||
"--uefi-secure-boot" "enable",
|
||||
"--bootloaders", "grub-efi",
|
||||
"--bootstrap-qemu-arch", "arm64",
|
||||
"--bootstrap-qemu-static", "/usr/sbin/qemu-debootstrap",
|
||||
"--firmware-chroot", "false",
|
||||
"--debian-installer", "netinst",
|
||||
"--debian-installer-distribution", "daedalus",
|
||||
|
|
Loading…
Reference in New Issue