diff options
author | Matthias Hentges <oe@hentges.net> | 2006-11-08 01:17:51 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2006-11-08 01:17:51 +0000 |
commit | db785a9da160e06b0ba07c83e2ca49597ab8057a (patch) | |
tree | 4b8cbbef70ac31ef701112e618e79e446b04580f /packages/initscripts/initscripts-1.0/checkroot.sh | |
parent | f0c60cdc5bc82850bf19b06512b5fe493092204e (diff) |
initscripts: Remove the animated progress bar since it doesn't work well w/ busybox sh
Diffstat (limited to 'packages/initscripts/initscripts-1.0/checkroot.sh')
-rwxr-xr-x | packages/initscripts/initscripts-1.0/checkroot.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/initscripts/initscripts-1.0/checkroot.sh b/packages/initscripts/initscripts-1.0/checkroot.sh index 2c5ee971e9..e84e000f53 100755 --- a/packages/initscripts/initscripts-1.0/checkroot.sh +++ b/packages/initscripts/initscripts-1.0/checkroot.sh @@ -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 |