Changeset 2514 in MondoRescue
- Timestamp:
- Jan 4, 2010, 7:35:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mindi/mindi
r2508 r2514 94 94 DEPLIST_FILE="$MINDI_CONF/deplist.conf" 95 95 DEPLIST_FILE_MIN="$MINDI_CONF/deplist-minimal.conf" 96 DEPLIST_DIR="$MINDI_CONF/deplist.d"97 98 96 DEPLIST_DIR="$MINDI_CONF/deplist.d" 99 97 … … 1497 1495 LogAll "----------- syslinux's errors --------------" 1498 1496 cat $MINDI_TMP/syslinux.log |tee -a $LOGFILE 1499 LogAll"------------------------------------------"1497 echo "------------------------------------------" 1500 1498 LogAll "Failed to create USB image." 1501 1499 else … … 1837 1835 echo -e "$DONE" 1838 1836 TOTAL_BIGDIR_SIZE=`du -sk $bigdir | cut -f1` 1839 CheckMountlist $MINDI_TMP/mountlist.txt1840 1837 mkdir -p $bigdir/tmp 1841 1838 if [ $LVM != "false" ]; then … … 2121 2118 echo `cat $MINDI_TMP/mnt.lis` `sort -u $MINDI_TMP/deps.lis` >> $MINDI_TMP/cp.lis 2122 2119 rm -f $MINDI_TMP/deps.lis $MINDI_TMP/mnt.lis 2123 2124 # Copy of files mandatory for ssh to automate mount if sshfs is used2125 mkdir $mountpoint/.ssh2126 cp -rp ~root/.ssh/*.pub ~root/.ssh/config ~root/.ssh/known* $mountpoint/.ssh 2> /dev/null2127 echo > $mountpoint/tmp/myssh << EOF2128 ssh -o StrictHostKeyChecking=no $*2129 EOF2130 chmod 755 $mountpoint/tmp/myssh2131 2120 2132 2121 # Copy of files mandatory for ld.so … … 2298 2287 (cd $mountpoint ; ls -Rla ) >> $LOGFILE 2299 2288 LogFile "---------------------------" 2300 2301 2302 echo "---------------------------" >> $LOGFILE2303 echo "Content of initial ramdisk:" >> $LOGFILE2304 echo "---------------------------" >> $LOGFILE2305 (cd $mountpoint ; ls -Rla ) >> $LOGFILE2306 echo "---------------------------" >> $LOGFILE2307 2289 2308 2290 # Determine what filesystem to use for initrd image
Note:
See TracChangeset
for help on using the changeset viewer.