From b4aac72c8a450e781ba4d462247c7c84ae1ba61c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 Jun 2010 23:10:24 +0200 Subject: [PATCH] busybox: dont clear the screen after initramfs Signed-off-by: Stephan Raue --- packages/sysutils/busybox/scripts/init | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index 6cefe46872..09c7277e33 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -20,8 +20,6 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -clear - # mounting needed special filesystems mount -n -t proc none /proc mount -n -t sysfs none /sys