From ff740a733c7374010e10afb63dbba45c8a7ba042 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 1 Feb 2014 12:00:31 +0100 Subject: [PATCH] core76: fix setting --noclear for xvc0. --- config/rootfiles/core/76/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/76/update.sh b/config/rootfiles/core/76/update.sh index 655da31bc..c2a0d347d 100644 --- a/config/rootfiles/core/76/update.sh +++ b/config/rootfiles/core/76/update.sh @@ -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 -- 2.39.2