Skip to content

Commit

Permalink
Don't terminate on failure when we get to point of fsck.
Browse files Browse the repository at this point in the history
fsck will return non-zero for things that aren't fatal.
  • Loading branch information
icculus committed Oct 17, 2009
1 parent 07fda07 commit 8a9b42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/merge.sh
Expand Up @@ -99,6 +99,7 @@ umount /x86
umount /x86_64

# We disable fsck intervals...this is a demo, after all!
set +e
time fsck.ext3 -D -C 0 -f /dev/sda1
tune2fs -c 0 /dev/sda1
tune2fs -i 0 /dev/sda1
Expand Down

0 comments on commit 8a9b42b

Please sign in to comment.