stage 10 fails if there is no /mnt/gentoo/boot/grub
directory. It does not creat it if it does not exist.
Creating the directory manually before running stage 10
solve the problem.
Possible solution:
From:
100-implement_config.sh
# Config grub
rm -f /mnt/gentoo/boot/grub/menu.lst
should have a check added to it to see if
/mnt/gentoo/boot/grub exists before trying to delete a
file from it.
=C=
Logged In: YES
user_id=626881
GLIS should NOT create the directory if it doesn't exist.
This is because if the directory does not exist then grub is
not installed properly. What it should do is error out if
the dir doesn't exist. Is this correct?
Logged In: YES
user_id=25137
Yes, you are right. Don't know why it was missing. It should
check for it thoguh and throw an error if it does not exist.
=C=