]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
core76: fix setting --noclear for xvc0.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 1 Feb 2014 11:00:31 +0000 (12:00 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 1 Feb 2014 11:00:31 +0000 (12:00 +0100)
config/rootfiles/core/76/update.sh

index 655da31bcda5554e235ab3b6b4b9efb4c8468ba2..c2a0d347d0cd1a5af5efc166ed0c65d41d97bffc 100644 (file)
@@ -283,7 +283,7 @@ rm -rf /var/ipfire/{dmzholes,portfw,outgoing,xtaccess}
 
 # Convert inittab and fstab
 sed -i -e "s/tty1 9600$/tty1 9600 --noclear/g" /etc/inittab
-sed -i -e "s/xvc0 9600$/tty1 9600 --noclear/g" /etc/inittab
+sed -i -e "s/xvc0 9600$/xvc0 9600 --noclear/g" /etc/inittab
 sed -i -e "s/^proc/#proc/g" /etc/fstab
 sed -i -e "s/^sysfs/#sysfs/g" /etc/fstab
 sed -i -e "s/^devpts/#devpts/g" /etc/fstab