Change liveboot
This commit is contained in:
@@ -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
|
||||
Executable → Regular
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user