asahi: remove unneeded

This commit is contained in:
dkwo 2024-12-26 20:52:02 +01:00
parent df415ad9e4
commit 4f610393e3

View File

@ -354,7 +354,6 @@ asahi*)
mount_pseudofs
run_cmd_chroot "${ROOTFS}" "mkdir -p /boot/efi/m1n1"
run_cmd_chroot "${ROOTFS}" "grub-install --target=arm64-efi --efi-directory=/boot/efi --removable"
run_cmd_chroot "${ROOTFS}" "grub-mkconfig > /boot/efi/grub/grub.cfg"
run_cmd_chroot "${ROOTFS}" "xbps-reconfigure -f linux-asahi"
cleanup_chroot
;;