Menu

#5 README.reboot: [GRUB] options from savedefault need '--'

closed-fixed
5
2004-12-29
2004-12-28
No

1.
In README.reboot there is a little mistake

following description is not correct.
[..]
2G. If you are using GRUB, it is slightly more complicated.
echo "savedefault default=<nr> once quit" | grub
or
[...]

The correctly version is: (both options need '--')
2G. If you are using GRUB, it is slightly more complicated.
echo "savedefault --default=<nr> --once quit"
| grub

2.
I miss the following hint:
First entry in grup menu has the number 0, 2nd entry
has the number 1 and so on.

Discussion

  • Sergei Haller

    Sergei Haller - 2004-12-29
    • labels: 358455 --> Documentation
    • status: open --> closed-fixed
     
  • Sergei Haller

    Sergei Haller - 2004-12-29

    Logged In: YES
    user_id=76018

    Thanks, fixed in CVS. README.reboot, rev 1.50

     

Log in to post a comment.