diff options
author | Mateja <mail@matejamaric.com> | 2021-04-03 00:37:03 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-03 00:37:03 +0200 |
commit | a945feb02f6d64df2219ea1044251a7fe2ea98fc (patch) | |
tree | fe0242495eb35317fd5358e403a047657dfa04b5 /grub | |
download | misc-a945feb02f6d64df2219ea1044251a7fe2ea98fc.tar.gz misc-a945feb02f6d64df2219ea1044251a7fe2ea98fc.zip |
Initial commit.
Diffstat (limited to 'grub')
-rw-r--r-- | grub | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +grub-install --target=i386-pc --root-directory=/mnt --no-floppy --recheck --force /dev/sdb +grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi +grug-install /dev/sdb +grub-mkconfig -o /boot/grub/grub.cfg |