diff --git a/install_sys.sh b/install_sys.sh index e88db17..be3ce81 100644 --- a/install_sys.sh +++ b/install_sys.sh @@ -41,6 +41,7 @@ echo 'GRUB_PLATFORMS="pc"' >> $CHROOT/etc/portage/make.conf echo "sys-boot/grub -fonts -themes" >> $CHROOT/etc/portage/package.use/grub.use chroot $CHROOT /bin/bash -c "emerge genkernel" chroot $CHROOT /bin/bash -c "emerge gentoo-sources" +chroot $CHROOT /bin/bash -c "emerge grub" chroot $CHROOT /bin/bash -c "genkernel all" chroot $CHROOT /bin/bash -c "grub-install /dev/sda" chroot $CHROOT /bin/bash -c "grub-mkconfig -o /boot/grub/grub.cfg"