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/normal/footer.cfg | 1 + templates/syslinux/normal/header.cfg | 1 + 2 files changed, 2 insertions(+) create mode 100644 templates/syslinux/normal/footer.cfg create mode 100644 templates/syslinux/normal/header.cfg (limited to 'templates/syslinux/normal') diff --git a/templates/syslinux/normal/footer.cfg b/templates/syslinux/normal/footer.cfg new file mode 100644 index 000000000..e65904917 --- /dev/null +++ b/templates/syslinux/normal/footer.cfg @@ -0,0 +1 @@ +timeout LINUX_TIMEOUT diff --git a/templates/syslinux/normal/header.cfg b/templates/syslinux/normal/header.cfg new file mode 100644 index 000000000..58d978088 --- /dev/null +++ b/templates/syslinux/normal/header.cfg @@ -0,0 +1 @@ +include prompt.cfg -- cgit v1.2.3