From 748c19a321412358174b9e6d6126c97dd3bc984c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 25 Sep 2007 14:52:24 -0300 Subject: syslinux: split syslinux configuration in multiple files Normal and menu templates share a lot of common stuff and then a splited syslinux.cfg is much better to handle that. --- templates/syslinux/common/menu.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/syslinux/common/menu.cfg (limited to 'templates/syslinux/common/menu.cfg') 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 -- cgit v1.2.3