diff options
| author | David Giwojno <[email protected]> | 2021-11-05 00:10:24 +0100 |
|---|---|---|
| committer | David Giwojno <[email protected]> | 2021-11-05 00:10:24 +0100 |
| commit | 5db15eaeab4283d147f5e667f8cf37713caf92d5 (patch) | |
| tree | 0bef894bf99796f9c7bdd656ad8a76df3ce02fec | |
| parent | c8c47960651500ab84ab3dac98b8fa840ee38683 (diff) | |
| download | ArchTitus-5db15eaeab4283d147f5e667f8cf37713caf92d5.tar.xz ArchTitus-5db15eaeab4283d147f5e667f8cf37713caf92d5.zip | |
grub install typo
| -rwxr-xr-x | 0-preinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0-preinstall.sh b/0-preinstall.sh index 84b15d8..d7ee7f1 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -112,7 +112,7 @@ echo "--------------------------------------" echo "--GRUB BIOS Bootloader Install&Check--" echo "--------------------------------------" if [[ ! -d "/sys/firmware/efi" ]]; then - grub-install --boot-directory=/boot ${DISK} + grub-install --boot-directory=/mnt/boot ${DISK} fi echo "--------------------------------------" echo "-- Check for low memory systems <8G --" |
