--- trunk/installer-simple/bin/installer.sh.in 2014/01/08 12:14:37 2489 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/08 12:22:26 2491 @@ -211,7 +211,7 @@ # run this only if FDISKPARTITIONBELOW256MB is not already 1 if [[ ${FDISKPARTIONBELOW256MB} != 1 ]] then - if hdd_size_below_256mb ${HDD} + if device_minimum_size "${HDD}" 256 then FDISKPARTIONBELOW256MB=1 else