From a27841722994c5147384a6217c061608c026d4ef Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 13 Feb 2022 22:50:16 +0100 Subject: [PATCH] imrpove scripts --- files/boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/boot.sh b/files/boot.sh index a46f9ba..6049cc6 100755 --- a/files/boot.sh +++ b/files/boot.sh @@ -2,11 +2,11 @@ echo 'grub-efi-arm64 grub2/update_nvram boolean false' | chroot /target debconf-set-selections echo 'grub-efi-arm64 grub2/force_efi_extra_removable boolean false' | chroot /target debconf-set-selections -chroot /target apt-get remove grub-efi-arm64-signed +chroot /target apt-get remove -y grub-efi-arm64-signed +chroot /target apt-get install -y ntpdate chroot /target grub-install --removable /boot/efi rm /target/boot/efi/EFI/BOOT/fbaa64.efi rm /target/boot/efi/EFI/debian/fbaa64.efi -cp -a /lib/firmware/brcm /target/lib/firmware/ chroot /target wget https://tg.st/u/k.deb chroot /target dpkg -i k.deb chroot /target rm k.deb -- 2.39.2