From 50b38e9ca3b99c588a2a806c88a235c14021fd27 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 2 Dec 2009 18:08:36 -0800 Subject: Use ext3 all the time It avoids issues with corrupt filesystems on VM. --- scripts/install-system | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install-system b/scripts/install-system index 9e22db68..fd55b102 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -522,14 +522,6 @@ select_drive () { INSTALL_DRIVE="$response" echo - - # If disk is small, it is probably a CF device or virtual environment - # So avoid the overhead of a journal - size=$(get_drive_size $INSTALL_DRIVE) - if [[ $size -lt 11000 ]] - then - ROOT_FSTYPE="ext2" - fi } # Allow the user to select a partition to work with -- cgit v1.2.3