diff options
Diffstat (limited to 'templates/syslinux/common/menu.cfg')
-rw-r--r-- | templates/syslinux/common/menu.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/syslinux/common/menu.cfg b/templates/syslinux/common/menu.cfg new file mode 100644 index 000000000..f84260c39 --- /dev/null +++ b/templates/syslinux/common/menu.cfg @@ -0,0 +1,19 @@ +default live + +LINUX_LIVE + +LINUX_INSTALL + +MEMTEST + +#label floppy +# localboot 0x00 + +#label disk1 +# localboot 0x80 + +#label disk2 +# localboot 0x81 + +#label nextboot +# localboot -1 |