initscripts: Remove the animated progress bar since it doesn't work well w/ busybox sh
authorMatthias Hentges <oe@hentges.net>
Wed, 8 Nov 2006 01:17:51 +0000 (01:17 +0000)
committerMatthias Hentges <oe@hentges.net>
Wed, 8 Nov 2006 01:17:51 +0000 (01:17 +0000)
packages/initscripts/initscripts-1.0/checkroot.sh
packages/initscripts/initscripts_1.0.bb

index 2c5ee97..e84e000 100755 (executable)
@@ -54,7 +54,10 @@ do
 
                rootopts="$opts"                
                roottype="$type"
-               
+
+               #The "spinner" is broken on busybox sh  
+               TERM=dumb
+                       
                test "$pass" = 0 -o "$pass" = "" && rootcheck=no
                
                # Enable fsck for ext2 and ext3 rootfs, disable for everything else                             
index 08dd463..3df485a 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "makedevs"
 DEPENDS_openzaurus = "makedevs virtual/kernel"
 RDEPENDS = "makedevs"
 LICENSE = "GPL"
-PR = "r78"
+PR = "r79"
 
 SRC_URI = "file://halt \
            file://ramdisk \