Re: new fallback, savedefault

2004-07-21 Thread Yoshinori K. Okuji
On Wednesday 21 July 2004 16:20, Alban Crequy wrote: > Why is it dangerous to edit the file "default" without > grub-set-default? I guess it's because Grub is unable to change the > size of this file at boot, but is it the only reason? Yes. The caution is a bit too much, but it is intentional, bec

Re: new fallback, savedefault

2004-07-21 Thread Francis Giraldeau
Yes, it is! It works perfectly. And we enjoy grub a lot... Thanks, Francis Giraldeau Yoshinori K. Okuji wrote: On Tuesday 20 July 2004 01:14, Alban Crequy wrote: I've found why the new fallback-savedefault didn't work. In fact, grub searchs the file "/boot/grub/menu.lstdefa

Re: new fallback, savedefault

2004-07-21 Thread Alban Crequy
Le mercredi 21 juillet 2004 à 15:23, Yoshinori K. Okuji a écrit: > On Tuesday 20 July 2004 01:14, Alban Crequy wrote: > > I've found why the new fallback-savedefault didn't work. In fact, > > grub searchs the file "/boot/grub/menu.lstdefault" instead of > >

Re: new fallback, savedefault

2004-07-21 Thread Yoshinori K. Okuji
On Tuesday 20 July 2004 01:14, Alban Crequy wrote: > I've found why the new fallback-savedefault didn't work. In fact, > grub searchs the file "/boot/grub/menu.lstdefault" instead of > "/boot/grub/default". Thank you for your contrib

Re: new fallback, savedefault

2004-07-19 Thread Alban Crequy
Hello, I've found why the new fallback-savedefault didn't work. In fact, grub searchs the file "/boot/grub/menu.lstdefault" instead of "/boot/grub/default". -- $ diff -u stage2/stage2.c-before stage2/stage2.c --- stage

new fallback, savedefault

2004-07-19 Thread Alban Crequy
Hello, I want to get the new fallback/savedefault work. I just tried the cvs version. I have this menu.lst: --->8--->8--->8--->8 default saved timeout 3 fallback 1 2 title Linux root (hd0,0) kernel /boot/vmlinuz root=/dev/hda1 devfs=mount acpi=ht resume=/dev/hda5 initrd /boo