Changeset 490 in MondoRescue
- Timestamp:
- Apr 19, 2006, 6:14:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r488 r490 1306 1306 if [ $tmpmodprobe_flag == "Y" ] ; then 1307 1307 infile="/tmp/modprobe.conf.mindi.$$" 1308 find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f > $infile1308 find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f | xargs cat > $infile 1309 1309 else 1310 1310 infile="/etc/modules.conf"
Note:
See TracChangeset
for help on using the changeset viewer.