Public bug reported:

Binary package hint: fai-doc

I am using hardy-jeos-i396 daily build (25 of Jan) and fai

Fai examples include a menu.lst file (config/files/boot/grub/menu.lst/GRUB) 
that is copied by scripts/GRUB/10-setup.
The newest GRUB version has introduced ucf to maintain the menu.lst.

If fai copies the file, and update-grub later uses ucf, the kernel list
doesn't get updated, because it is interpreted as a user configured
file.

A solution might be to let update-grub do all the job.
So we delete the menu.lst/GRUB and mv the menu.list/postinst to 
config/scripts/GRUB/10-setup and change the following details:

remove perl command
and change
$ROOTCMD /usr/sbin/update-grub
to
echo y | $ROOTCMD /us/sbin/update-grub

Maybe there exists another solution: First register the menu.lst to ucf, and 
then
run update-grup with exported USE_FORCE_CONFFNEW, but I haven't tried that yet.

** Affects: fai (Ubuntu)
     Importance: Undecided
         Status: New

-- 
GRUB example conflicts with hardy grub
https://bugs.launchpad.net/bugs/187659
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to