diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-system | 8 |
1 files changed, 0 insertions, 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 |