Last change
on this file since 26ffad7 was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
832 bytes
|
Rev | Line | |
---|
[e16e8f2] | 1 | # choose default title |
---|
| 2 | title = "A test of the test.menu file" |
---|
| 3 | top = 1 |
---|
| 4 | left = 1 |
---|
| 5 | bot = 23 |
---|
| 6 | right = 78 |
---|
| 7 | |
---|
| 8 | [testing] |
---|
| 9 | title = " Testing " |
---|
| 10 | |
---|
| 11 | item="Self Loop" |
---|
| 12 | info="Go to Testing" |
---|
| 13 | type=submenu |
---|
| 14 | data=testing |
---|
| 15 | |
---|
| 16 | item="Memory Test" |
---|
| 17 | info="Perform extensive memory testing" |
---|
| 18 | data="memtest" |
---|
| 19 | |
---|
| 20 | item="Exit this menu" |
---|
| 21 | info="Go one level up" |
---|
| 22 | type=exitmenu |
---|
| 23 | |
---|
| 24 | [rescue] |
---|
| 25 | title = " Rescue Options " |
---|
| 26 | row = 10 |
---|
| 27 | col = 10 |
---|
| 28 | |
---|
| 29 | item="Linux Rescue" |
---|
| 30 | data="linresc" |
---|
| 31 | |
---|
| 32 | item="Dos Rescue" |
---|
| 33 | data="dosresc" |
---|
| 34 | |
---|
| 35 | item="Windows Rescue" |
---|
| 36 | data="winresc" |
---|
| 37 | |
---|
| 38 | item="Exit this menu" |
---|
| 39 | info="Go one level up" |
---|
| 40 | type=exitmenu |
---|
| 41 | |
---|
| 42 | [main] |
---|
| 43 | title = " Main Menu " |
---|
| 44 | |
---|
| 45 | item="Prepare" |
---|
| 46 | data="prep" |
---|
| 47 | |
---|
| 48 | item="Rescue options..." |
---|
| 49 | info="Troubleshoot a system" |
---|
| 50 | type=submenu |
---|
| 51 | data="rescue" |
---|
| 52 | |
---|
| 53 | item="Testing..." |
---|
| 54 | info="Options to test hardware" |
---|
| 55 | type=submenu |
---|
| 56 | data="testing" |
---|
| 57 | |
---|
| 58 | item="Exit this menu" |
---|
| 59 | info="Go one level up" |
---|
| 60 | type=exitmenu |
---|
Note: See
TracBrowser
for help on using the repository browser.