diff options
Diffstat (limited to 'stages')
-rw-r--r-- | stages/second_stage.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stages/second_stage.sh b/stages/second_stage.sh index b5b3afb..ea623a7 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -66,5 +66,4 @@ 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 +grub-mkconfig -o /boot/grub/grub.cfg |