Archived
1
1

efi directory creation moved to acht-installer.sh

This commit is contained in:
Mats van Reenen
2022-09-09 21:29:10 +02:00
committed by GitHub
parent d3336841f2
commit ac84139d93

View File

@@ -38,6 +38,5 @@ run "touch authoized keys" "touch /home/mreenen/.ssh/authorized_keys"
run "add sshkeys for new user" "curl -o /home/mreenen/.ssh/authorized_keys https://github.com/MReenen.keys"
run "install CRUB" "pacman -S --noconfirm grub efibootmgr"
run "create efi directory" "mkdir /boot/efi"
run "run grub-install" "grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi"
run "make grub config" "grub-mkconfig -o /boot/grub/grub.cfg"