Changeset 3010 in MondoRescue for branches/3.0/mindi/mindi
- Timestamp:
- May 25, 2012, 12:33:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/mindi
r3008 r3010 2662 2662 [ "$YOUR_KERNEL_SUCKS" ] && i=$MINDI_TMP/$i 2663 2663 LogFile "INFO: Adding $i ($s KB) to the rootfs" 2664 tar c f - -C / $i 2>> $MINDI_TMP/$$.log | (cd "$mountpoint" ; tar xf -) || LogIt "ERROR: Unable to copy $i to $mountpoint" $MINDI_TMP/$$.log2664 tar chf - -C / $i 2>> $MINDI_TMP/$$.log | (cd "$mountpoint" ; tar xf -) || LogIt "ERROR: Unable to copy $i to $mountpoint" $MINDI_TMP/$$.log 2665 2665 # Uncompress modules if not using udev and native modprobe 2666 2666 if [ ! -f $mountpoint/tmp/USE-UDEV ]; then
Note:
See TracChangeset
for help on using the changeset viewer.