diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-03-18 17:35:37 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-18 17:35:37 +0100 |
commit | cc1553589ece2030e1d00cc75bb0ed16ff00cda8 (patch) | |
tree | d18350993ea029f1e4b8397777d05347bf9d7bd9 /stages/second_stage.sh | |
parent | c8929e831da5916c423cd39400e3eafa6e653254 (diff) | |
download | archinstall-cc1553589ece2030e1d00cc75bb0ed16ff00cda8.tar archinstall-cc1553589ece2030e1d00cc75bb0ed16ff00cda8.tar.zst archinstall-cc1553589ece2030e1d00cc75bb0ed16ff00cda8.zip |
Implement full Test Setup
Diffstat (limited to 'stages/second_stage.sh')
-rw-r--r-- | stages/second_stage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh index ea623a7..be55b29 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -66,4 +66,5 @@ echo "root:${DEFAULT_PASSWORD}" | chpasswd # Install bootloader grub-install --target=i386-pc $path_to_disk +mkdir /boot/grub grub-mkconfig -o /boot/grub/grub.cfg |