diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-03-18 17:43:09 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-03-18 17:43:09 +0100 |
commit | f72dcdc8c85707910ea3ad174196e6bc4db8ff17 (patch) | |
tree | 91cfeb413e9da077a0c55eb6df7d917daee2c1d3 /stages/second_stage.sh | |
parent | cc1553589ece2030e1d00cc75bb0ed16ff00cda8 (diff) | |
download | archinstall-f72dcdc8c85707910ea3ad174196e6bc4db8ff17.tar archinstall-f72dcdc8c85707910ea3ad174196e6bc4db8ff17.tar.zst archinstall-f72dcdc8c85707910ea3ad174196e6bc4db8ff17.zip |
Testpatch
Diffstat (limited to 'stages/second_stage.sh')
-rw-r--r-- | stages/second_stage.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh index be55b29..b5b3afb 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -66,5 +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 +#mkdir /boot/grub +#grub-mkconfig -o /boot/grub/grub.cfg |