diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-01-16 19:31:50 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-01-16 19:31:50 +0100 |
commit | 1b9b643cfc1de35f5dbd30087745ab24aeec6996 (patch) | |
tree | 0eebc3d9df2a925f67279e65afd18f79b7053a9b /mkuefi | |
parent | 8f54eba190e1699418a536ac055fe36b4c44ccd8 (diff) |
fix uefi boot order: primary before fallback
Diffstat (limited to 'mkuefi')
-rwxr-xr-x | mkuefi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,8 +56,8 @@ pacman -Rns --noconfirm fakeroot mkinitcpio -p linux -efibootmgr --create --disk ${DRIVE} --part 1 --label "Artix Linux" --loader '\EFI\artix\artix-linux.efi' --unicode efibootmgr --create --disk ${DRIVE} --part 1 --label "Artix Linux (fallback initramfs)" --loader '\EFI\artix\artix-linux-fallback.efi' --unicode +efibootmgr --create --disk ${DRIVE} --part 1 --label "Artix Linux" --loader '\EFI\artix\artix-linux.efi' --unicode echo -en 'artix\nartix' | passwd |