Changeset 1158 in MondoRescue for branches/stable/mindi/mindi
- Timestamp:
- Feb 14, 2007, 2:32:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r1143 r1158 517 517 echo -en "Adding the following keyboard mapping tables: " 518 518 mkdir -p $bigdir/tmp 519 echo "keymap-lives-here /etc/console/boottime.kmap.gz"> $MINDI_TMP/mondo-restore.cfg519 echo "keymap-lives-here=/etc/console/boottime.kmap.gz" >> $MINDI_TMP/mondo-restore.cfg 520 520 KBDEPTH=0 521 521 mkdir -p $bigdir/etc/console … … 568 568 echo -en "Adding the following keyboard mapping tables: " 569 569 mkdir -p $bigdir/tmp 570 echo "keymap-lives-here $mappath"> $MINDI_TMP/mondo-restore.cfg570 echo "keymap-lives-here=$mappath" >> $MINDI_TMP/mondo-restore.cfg 571 571 KBDEPTH=0 572 572 AddKeyboardMappingFile $mappath … … 2244 2244 # master boot record, too 2245 2245 if [ _"$MONDORESTORECFG" != _"" ]; then 2246 i=`grep bootloader.device $MONDORESTORECFG | cut -d' 2246 i=`grep bootloader.device $MONDORESTORECFG | cut -d'=' -f2 2> /dev/null` 2247 2247 if [ "$i" ] ; then 2248 2248 LogIt "Backing up $i's MBR" … … 3128 3128 echo "-----------------------------------" >> $LOGFILE 3129 3129 3130 CDRECOVERY=`grep use-cdrecovery $MONDORESTORECFG | cut -d' 3131 NOT_BOOT=`grep non-bootable $MONDORESTORECFG | cut -d' 3132 USE_LILO=`grep use-lilo $MONDORESTORECFG | cut -d' 3133 EXCLUDE_DEVS=`grep excluded-devs $MONDORESTORECFG | cut -d' 3134 NFS_DEV=`grep nfs-dev $MONDORESTORECFG | cut -d' 3135 VALUE=`grep image-devs $MONDORESTORECFG | cut -d' 3130 CDRECOVERY=`grep use-cdrecovery $MONDORESTORECFG | cut -d'=' -f2` 3131 NOT_BOOT=`grep non-bootable $MONDORESTORECFG | cut -d'=' -f2` 3132 USE_LILO=`grep use-lilo $MONDORESTORECFG | cut -d'=' -f2` 3133 EXCLUDE_DEVS=`grep excluded-devs $MONDORESTORECFG | cut -d'=' -f2` 3134 NFS_DEV=`grep nfs-dev $MONDORESTORECFG | cut -d'=' -f2` 3135 VALUE=`grep image-devs $MONDORESTORECFG | cut -d'=' -f2` 3136 3136 if [ "$VALUE" = "(null)" ] || [ "$VALUE" = "" ] ; then 3137 3137 IMAGE_DEVS=""
Note:
See TracChangeset
for help on using the changeset viewer.