diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2007-09-25 14:52:24 -0300 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-26 12:21:03 +0200 |
| commit | 80ffa2228100e1b82d76e9285b56f0550b1c9d30 (patch) | |
| tree | 96d57f2123df86252fff7ee7a29204358e0393f9 /templates/syslinux/normal | |
| parent | 8fa8db6324249d771a07994d0b9df3d946210bfb (diff) | |
| download | vyos-live-build-80ffa2228100e1b82d76e9285b56f0550b1c9d30.tar.gz vyos-live-build-80ffa2228100e1b82d76e9285b56f0550b1c9d30.zip | |
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.
Diffstat (limited to 'templates/syslinux/normal')
| -rw-r--r-- | templates/syslinux/normal/footer.cfg | 1 | ||||
| -rw-r--r-- | templates/syslinux/normal/header.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
