diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-09-25 14:52:24 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | 748c19a321412358174b9e6d6126c97dd3bc984c (patch) | |
tree | 96d57f2123df86252fff7ee7a29204358e0393f9 /templates/syslinux/menu/footer.cfg | |
parent | 6944ddd54d716cb11fbd2f4a0710725895ee924f (diff) | |
download | vyos-live-build-748c19a321412358174b9e6d6126c97dd3bc984c.tar.gz vyos-live-build-748c19a321412358174b9e6d6126c97dd3bc984c.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/menu/footer.cfg')
-rw-r--r-- | templates/syslinux/menu/footer.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/syslinux/menu/footer.cfg b/templates/syslinux/menu/footer.cfg new file mode 100644 index 000000000..a59d9dce0 --- /dev/null +++ b/templates/syslinux/menu/footer.cfg @@ -0,0 +1,4 @@ +label help + menu label ^Help + say + config prompt.cfg |