aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslinux/update-extlinux.conf
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-05-29 12:19:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-05-29 12:19:06 +0000
commit1a9a0430790d7829d9ee53e0fbc17dbe6c7a6b69 (patch)
treee7b155bdba1fbd6cc32c6b2613b439fa4aa44049 /main/syslinux/update-extlinux.conf
parent6ef416d04da9be0960a3de87bcb2613d9046e689 (diff)
downloadaports-1a9a0430790d7829d9ee53e0fbc17dbe6c7a6b69.tar.bz2
aports-1a9a0430790d7829d9ee53e0fbc17dbe6c7a6b69.tar.xz
main/syslinux: add support for serial console in update-extlinux
fixes #2761
Diffstat (limited to 'main/syslinux/update-extlinux.conf')
-rw-r--r--main/syslinux/update-extlinux.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/syslinux/update-extlinux.conf b/main/syslinux/update-extlinux.conf
index a34d5a9624..b6ca40f0b0 100644
--- a/main/syslinux/update-extlinux.conf
+++ b/main/syslinux/update-extlinux.conf
@@ -38,6 +38,14 @@ timeout=3
# default kernel to boot
default=grsec
+# serial_port
+# serial port number - if not specified, serial console will be disabled
+serial_port=
+
+# serial_baud
+# the baudrate for the serial port. Will use 115200 if unset
+serial_baud=115200
+
# xen_opts
# options to hand to xen hypervisor, useful ones are:
# dom0_mem=256M (give domain-0 environment 256M ram)