Magellan Linux

Diff of /trunk/installer/include/read_disk.sh

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

revision 1077 by niro, Sun May 30 18:37:54 2010 UTC revision 1078 by niro, Mon Jun 28 17:36:12 2010 UTC
# Line 59  do Line 59  do
59    
60   while read partition blurb   while read partition blurb
61   do   do
62     # continue if partition is empty
63     [[ -z ${partition} ]] && continue
64    
65   # size   # size
66   size="$(sfdisk -s ${partition})"   size="$(sfdisk -s ${partition})"
67   # fstype   # fstype

Legend:
Removed from v.1077  
changed lines
  Added in v.1078