Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
xxcosita3czxx committed Apr 18, 2024
1 parent f71b07d commit 4bcf87a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/install-grub.sh
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
grub-install
echo 'Which device is system? (/dev/sdX)'
read device
echo 'Which mount is EFI?'
read efipart
grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=$
grub-install --target=i386-pc --boot-directory=/boot/ $device

0 comments on commit 4bcf87a

Please sign in to comment.