Changeset 1748 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/install-additional-tools
- Timestamp:
- Oct 30, 2007, 1:33:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/rootfs/sbin/install-additional-tools
r1734 r1748 77 77 78 78 cd $mountdir 79 mv etc/fstab etc/raidtab /tmp 79 if [ -f etc/fstab ]; then 80 mv etc/fstab /tmp 81 fi 82 if [ -f etc/raidtab ]; then 83 mv etc/raidtab /tmp 84 fi 80 85 81 86 liste=`ls`
Note:
See TracChangeset
for help on using the changeset viewer.