Changeset 491 in MondoRescue
- Timestamp:
- Apr 19, 2006, 6:16:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.7/mindi/mindi
r458 r491 1254 1254 if [ $tmpmodprobe_flag == "Y" ] ; then 1255 1255 infile="/tmp/modprobe.conf.mindi.$$" 1256 find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f > $infile1256 find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f | xargs cat > $infile 1257 1257 else 1258 1258 infile="/etc/modules.conf"
Note:
See TracChangeset
for help on using the changeset viewer.