Menu

#3 no /mnt/gentoo/boot/grub

v1.0 (example)
open
None
7
2003-11-07
2003-10-28
Cal Evans
No

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=

Discussion

  • Nathaniel McCallum

    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?

     
  • Cal Evans

    Cal Evans - 2003-10-29

    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=

     
  • Kevin Patrick Crowley

    • assigned_to: nobody --> calevans
     

Log in to post a comment.