diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-10-06 13:58:52 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-10-06 13:58:52 +0200 |
commit | 39583e4cb9de410d41a4cc82749d60989685d0c4 (patch) | |
tree | b36cceb77c06bccf642a85a2e1f85c1a0cc427a1 | |
parent | d6ea642b214f4bd242256bfb001ea055404a96ba (diff) | |
download | archiso-config-39583e4cb9de410d41a4cc82749d60989685d0c4.tar.gz archiso-config-39583e4cb9de410d41a4cc82749d60989685d0c4.tar.xz |
Use faster serial speed
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | syslinux/archiso_head.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syslinux/archiso_head.cfg b/syslinux/archiso_head.cfg index 81ad26e..6d79126 100644 --- a/syslinux/archiso_head.cfg +++ b/syslinux/archiso_head.cfg @@ -1,4 +1,4 @@ -SERIAL 0 38400 +SERIAL 0 115200 UI boot/syslinux/vesamenu.c32 MENU TITLE Arch Linux MENU BACKGROUND boot/syslinux/splash.png |