/[smeserver]/cdrom.image/upgrade.cfg
ViewVC logotype

Diff of /cdrom.image/upgrade.cfg

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

Revision 1.11 by slords, Thu Jul 14 21:22:39 2005 UTC Revision 1.12 by slords, Thu Jul 14 21:24:44 2005 UTC
# Line 69  if [ $found -gt "0" ] ; then Line 69  if [ $found -gt "0" ] ; then
69          # Write out new converted partition table          # Write out new converted partition table
70          sfdisk --force /dev/$disk < /tmp/newparts          sfdisk --force /dev/$disk < /tmp/newparts
71    
72          echo -e "\nChecking filesystems on converted partitions. This may take a few minutes." >/dev/tty1          echo -e "\nChecking filesystems on converted partitions. This may take a while." >/dev/tty1
73    
74          mkdir /mnt/tmp          mkdir /mnt/tmp
75          for part in `grep 'Id=fd' /tmp/newparts | sed "s/$disk\([0-9]\+\) :.*/md\1/"`; do          for part in `grep 'Id=fd' /tmp/newparts | sed "s/$disk\([0-9]\+\) :.*/md\1/"`; do


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed