X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/7022d096c61fc3ef85ed723e677a474b2f320f58..ee406c858665f79e35ab6001c855694adc5a4379:/files/rc.local diff --git a/files/rc.local b/files/rc.local index cef9c92..597acd1 100755 --- a/files/rc.local +++ b/files/rc.local @@ -85,12 +85,13 @@ EOF sub install_grub { - system('rm -rf /boot/efi/*'); + system('rm -rf /boot/efi/EFI'); system('apt-get install -y grub-efi-arm64-signed-'); system("echo 'grub-efi-arm64 grub2/update_nvram boolean false' | debconf-set-selections"); system("echo 'grub-efi-arm64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections"); - system("dpkg-reconfigure -fnoninteractive grub-efi-arm64"); - system("update-grub"); + system('dpkg-reconfigure -fnoninteractive grub-efi-arm64'); + system('update-grub'); + system('grub-install --removable /boot/efi'); } sub