Changeset 1882 in MondoRescue
- Timestamp:
- Feb 2, 2008, 7:35:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi
r1880 r1882 1523 1523 if [ ! "$partition_mountpt" ] ; then 1524 1524 echo "------- $FDISK -l $qq log ------------" >> $LOGFILE 1525 for qq in "" `find /dev/ida/c*d* ! -name '*p*'` ; do1525 for qq in "" `find /dev/ida/c*d* ! -name '*p*'` 2> /dev/null; do 1526 1526 partition_format=`$FDISK -l $qq 2>> $LOGFILE | grep -w "$c_p" | sed 's/12/|/' | tr -s '\t' ' ' | cut -d'|' -f2 | cut -d' ' -f2-9` 1527 1527 [ "$partition_format" ] && break … … 2828 2828 [ -e "/dev/.devfsd" ] && echo "/dev/.devfsd found" > tmp/USE-DEVFS 2829 2829 2830 # Handle the case where busybox isdynamically linked2830 # Handle the case where busybox and mount are dynamically linked 2831 2831 # Should be done first so that if /lib64 is a link, it's 2832 2832 # created first like that, instead of as a real dir later on … … 3244 3244 echo "-------------" >> $LOGFILE 3245 3245 echo $FORCE_MODS >> $LOGFILE 3246 echo "-------------" >> $LOGFILE 3246 3247 echo "DENY_MODS:" >> $LOGFILE 3247 3248 echo "-------------" >> $LOGFILE
Note:
See TracChangeset
for help on using the changeset viewer.