/[smeserver]/cdrom.image/updates/raidconvert
ViewVC logotype

Diff of /cdrom.image/updates/raidconvert

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

Revision 1.1 by growell, Fri Sep 16 22:11:45 2005 UTC Revision 1.2 by growell, Sat Sep 17 02:01:29 2005 UTC
# Line 63  if [ $found -gt "0" ] ; then Line 63  if [ $found -gt "0" ] ; then
63                  # Check for /etc/fstab on partitions and convert entries                  # Check for /etc/fstab on partitions and convert entries
64                  mount $part /mnt/tmp                  mount $part /mnt/tmp
65                  if [ -r /mnt/tmp/etc/fstab ]; then                  if [ -r /mnt/tmp/etc/fstab ]; then
66                      cat /mnt/tmp/etc/fstab | sed "s/$disk\([0-9]\+\)/md\1/" > /mnt/tmp/etc/fstab.tmp                      # XXX - FIXME - unportable hack for fstab.
67                        # Only works for 6.x I suspect
68                        cat /mnt/tmp/etc/fstab | sed "s/$disk\([0-9]\+\)/md\1/" | \
69                            sed -e "s:LABEL=/boot1:/dev/md1:" | \
70                            sed -e "s:LABEL=/:/dev/md3:" \
71                            > /mnt/tmp/etc/fstab.tmp
72                      mv /mnt/tmp/etc/fstab.tmp /mnt/tmp/etc/fstab                      mv /mnt/tmp/etc/fstab.tmp /mnt/tmp/etc/fstab
73                  fi                  fi
74                  umount /mnt/tmp                  umount /mnt/tmp
75              fi              fi
76          done          done
77          rmdir /mnt/tmp          rmdir /mnt/tmp
78          mdadm --stop --scan          mdadm --stop --scan    
79      fi      fi
80  fi  fi


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