Changeset 2174 in MondoRescue for branches/2.2.9
- Timestamp:
- Apr 17, 2009, 7:14:00 PM (16 years ago)
- Location:
- branches/2.2.9/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2169 r2174 823 823 file="$1" 824 824 825 echo $file | grep -q '\.\./' 826 if [ $? -ne 0 ]; then 827 # We need to normalise the path with .. in it 828 file=`echo $file | perl -pi -e 's|([^/]+)/([^/]+)/\.\./([^/]+)|$1/$3|'` 829 fi 825 830 echo "$file" 826 831 if [ ! -h $file ]; then -
branches/2.2.9/mindi/rootfs/sbin/init
r2163 r2174 31 31 echo -en "Copying boot device to $outfile..." 32 32 if [ -e "$outfile" ] ; then 33 echo " OK."33 echo "not needed." 34 34 return 0 35 35 fi
Note:
See TracChangeset
for help on using the changeset viewer.