]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
install: fix baudrate for serial console.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 11 Jun 2014 15:53:15 +0000 (17:53 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 11 Jun 2014 15:53:15 +0000 (17:53 +0200)
src/install+setup/install/main.c

index db7a6cc72af6f2687fc7553637381299ffed7f46..309e006c9d3927fd6ed0792ade6e911ae841159e 100644 (file)
@@ -542,7 +542,7 @@ int main(int argc, char *argv[])
                replace("/harddisk/boot/grub/grub.conf", "splashimage", "#splashimage");
                replace("/harddisk/boot/grub/grub.conf", "#serial", "serial");
                replace("/harddisk/boot/grub/grub.conf", "#terminal", "terminal");
-               replace("/harddisk/boot/grub/grub.conf", " panic=10 ", " console=ttyS0,38400n8 panic=10 ");
+               replace("/harddisk/boot/grub/grub.conf", " panic=10 ", " console=ttyS0,115200n8 panic=10 ");
 
                /*inittab*/
                replace("/harddisk/etc/inittab", "1:2345:respawn:", "#1:2345:respawn:");