Changeset 462 in MondoRescue
- Timestamp:
- Apr 4, 2006, 2:09:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r454 r462 500 500 [ "$?" -ne "0" ] && cat /tmp/mke2fs.$$ 501 501 rm -f /tmp/mke2fs.$$ 502 mount -t ext2 -o loop $imagefile $mountpoint || Die "Can't loopmount $ mountpoint; does your kernel support loopfs? If not, please recompile your kernel. Your Linux distro is broken."502 mount -t ext2 -o loop $imagefile $mountpoint || Die "Can't loopmount $imagefile to $mountpoint! The reason may be missing support for loopfs or ext2 (or both) in the running kernel." 503 503 mv $tarball $mountpoint/ 504 504 if [ "$?" -ne "0" ] ; then … … 2745 2745 echo -en "..." 2746 2746 mkdir -p $mountpoint 2747 mount -t ext2 -o loop $tempfile $mountpoint || Die "Cannot loopmount $tempfile to $mountpoint "2747 mount -t ext2 -o loop $tempfile $mountpoint || Die "Cannot loopmount $tempfile to $mountpoint! The reason may be missing support for loopfs or ext2 (or both) in the running kernel." 2748 2748 echo -en "..." 2749 2749 old_pwd=`pwd`
Note:
See TracChangeset
for help on using the changeset viewer.