Change liveboot

This commit is contained in:
2026-03-05 14:02:15 -08:00
parent ae50844db4
commit d0139cfb68
4 changed files with 17 additions and 7 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash -e
if [ "${ARCH}" != "amd64" ]; then
echo "export-iso: skipping live package install for non-amd64 arch (${ARCH})"
exit 0
fi
on_chroot << EOF
apt-get install -y \
grub2 \
grub-efi-amd64 \
grub-efi-amd64-bin \
live-boot \
live-boot-initramfs-tools \
live-config \
live-config-systemd
EOF
-1
View File
@@ -1,2 +1 @@
grub2
linux-image-amd64
@@ -1,7 +1 @@
firefox-esr
grub-efi-amd64
grub-efi-amd64-bin
live-boot
live-boot-initramfs-tools
live-config
live-config-systemd