diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:05:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 5883fe6864164c67187d45d44e71ac45e46d3346 (patch) | |
tree | d607d5d0f311ac4c4493a83ff56b3fc5f530eb70 /templates/syslinux/common/syslinux.cfg | |
parent | 63d43292691be4e8731ba9aa11ef3a4007d3fa03 (diff) | |
download | vyos-live-build-5883fe6864164c67187d45d44e71ac45e46d3346.tar.gz vyos-live-build-5883fe6864164c67187d45d44e71ac45e46d3346.zip |
Setting default language to 'en'.
Diffstat (limited to 'templates/syslinux/common/syslinux.cfg')
-rw-r--r-- | templates/syslinux/common/syslinux.cfg | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/templates/syslinux/common/syslinux.cfg b/templates/syslinux/common/syslinux.cfg new file mode 100644 index 000000000..6c3ba7f88 --- /dev/null +++ b/templates/syslinux/common/syslinux.cfg @@ -0,0 +1,36 @@ + +DISPLAY boot.txt + +F1 f1.txt +F2 f2.txt +F3 f3.txt +F4 f4.txt +F5 f5.txt +F6 f6.txt +F7 f7.txt +F8 f8.txt +F9 f9.txt +F0 f10.txt + +DEFAULT live + +LINUX_LIVE + +LINUX_INSTALL + +MEMTEST + +LABEL floppy + localboot 0x00 + +LABEL disk1 + localboot 0x80 + +LABEL disk2 + localboot 0x81 + +LABEL nextboot + localboot -1 + +PROMPT 1 +TIMEOUT LINUX_TIMEOUT |