diff options
| author | makefu <github@syntax-fehler.de> | 2014-03-17 08:38:05 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2014-03-17 08:38:05 +0100 | 
| commit | 2ca3adc032dc15d389e3f785aeec3fde476c3f7e (patch) | |
| tree | 34248cf1edad7111869cd5effedf298dd36515c6 /filehooker | |
| parent | 88c029889d23e630420e7216afe92f1590526b57 (diff) | |
filehooker:add timeout to boot menu
Diffstat (limited to 'filehooker')
| -rw-r--r-- | filehooker/syslinux/archiso_sys64.cfg | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/filehooker/syslinux/archiso_sys64.cfg b/filehooker/syslinux/archiso_sys64.cfg index 4a26ff47..171877f1 100644 --- a/filehooker/syslinux/archiso_sys64.cfg +++ b/filehooker/syslinux/archiso_sys64.cfg @@ -2,6 +2,7 @@ LABEL arch64  TEXT HELP  Filehooker boot  ENDTEXT +TIMEOUT 50  MENU LABEL Boot Filehooker image  LINUX boot/x86_64/vmlinuz  INITRD boot/x86_64/archiso.img | 
