diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-22 12:55:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-22 12:58:15 +0000 |
commit | 934550384dbf3e9fe3502bd4dfa4ae06857a4912 (patch) | |
tree | 7400e0c5645ca3e05570921e8314d209b8022216 /main/syslinux/update-extlinux.conf | |
parent | b69a9413143a4a960b07c8b798c677a52c0c0699 (diff) | |
download | aports-934550384dbf3e9fe3502bd4dfa4ae06857a4912.tar.bz2 aports-934550384dbf3e9fe3502bd4dfa4ae06857a4912.tar.xz |
main/syslinux: update-extlinux detect kernel labels as 'grsec'
Diffstat (limited to 'main/syslinux/update-extlinux.conf')
-rw-r--r-- | main/syslinux/update-extlinux.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/syslinux/update-extlinux.conf b/main/syslinux/update-extlinux.conf index c64988b793..59f9e60c40 100644 --- a/main/syslinux/update-extlinux.conf +++ b/main/syslinux/update-extlinux.conf @@ -30,6 +30,14 @@ verbose=0 # if set to non-zero, the boot menu will be hidden by default. hidden=1 +# timeout +# number of seconds to wait before booting default +timeout=3 + +# default +# default kernel to boot +default=grsec + # xen_opts # options to hand to xen hypervisor, useful ones are: # dom0_mem=256M (give domain-0 environment 256M ram) |