Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2490 by niro, Wed Jan 8 12:14:37 2014 UTC revision 2491 by niro, Wed Jan 8 12:22:26 2014 UTC
# Line 211  setup_hdd_partitions_auto() Line 211  setup_hdd_partitions_auto()
211   # run this only if FDISKPARTITIONBELOW256MB is not already 1   # run this only if FDISKPARTITIONBELOW256MB is not already 1
212   if [[ ${FDISKPARTIONBELOW256MB} != 1 ]]   if [[ ${FDISKPARTIONBELOW256MB} != 1 ]]
213   then   then
214   if hdd_size_below_256mb ${HDD}   if device_minimum_size "${HDD}" 256
215   then   then
216   FDISKPARTIONBELOW256MB=1   FDISKPARTIONBELOW256MB=1
217   else   else

Legend:
Removed from v.2490  
changed lines
  Added in v.2491