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