|
Revision 2, 0.6 kB
(checked in by nextime, 2 years ago)
|
Initial import, branching from morphix svn
|
| Line | |
|---|
| 1 |
gengrubmenu2 - next-generation grub menu builder |
|---|
| 2 |
================================================ |
|---|
| 3 |
|
|---|
| 4 |
gengrubmenu2 allows you to generate a grub boot menu.lst file. It is |
|---|
| 5 |
a modified version of the grub-installer (taken from debian-installer) |
|---|
| 6 |
postinst script. |
|---|
| 7 |
Generated menu includes other operating systems, which are found in |
|---|
| 8 |
disk drives by os-prober tool from debian-installer project. |
|---|
| 9 |
|
|---|
| 10 |
gengrubmenu2 was built by Mantas Kriauciunas to fix the old gengrubmenu |
|---|
| 11 |
hack which used to be used by the morphixinstaller tool. |
|---|
| 12 |
|
|---|
| 13 |
Usage: |
|---|
| 14 |
====== |
|---|
| 15 |
|
|---|
| 16 |
gengrubmenu2 /dir/to/boot/grub |
|---|
| 17 |
|
|---|
| 18 |
argument is the directory containing the device.map and will contain |
|---|
| 19 |
the new menu.lst |
|---|