Changeset 914 in MondoRescue for trunk/mindi/rootfs/sbin/init
- Timestamp:
- Nov 2, 2006, 2:00:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/rootfs/sbin/init
r904 r914 239 239 [ -d "/proc/1" ] || mount -n /proc 240 240 LogIt "Kernel support found. Creating config file and starting devfsd" 241 conffile=`strings $loc | grep "devfsd.conf$"`241 conffile=`strings $loc | grep -E "devfsd.conf$"` 242 242 [ "$conffile" ] || conffile="/etc/devfsd.conf" 243 243 confpath=`echo $conffile | sed "s/\/devfsd\.conf$//"`
Note:
See TracChangeset
for help on using the changeset viewer.