Changeset 2362 in MondoRescue
- Timestamp:
- Sep 3, 2009, 2:46:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mindi/rootfs/sbin/init
r2354 r2362 140 140 # Tape takes some time to appear 141 141 sleep 10 142 cd $GROOVY143 142 UntarTapeStuff $tapedev 144 143 res=$? … … 163 162 164 163 if [ "$res" -ne "0" ] ; then 165 cd /166 164 LogIt "Failed to use tape as extended datadisk. Reverting to another media." 1 167 165 HandleCDROM … … 227 225 228 226 229 # 06/13/2002 --- DuckX's & Hugo's new routine 230 # 10/11/2003 --- added a simple devfsd.conf file 231 # 01/24/2005 --- cater for arbitrary locations of devfsd.conf by using the 232 # config file path compiled into devfsd 227 # --- cater for arbitrary locations of devfsd.conf by using the 228 # config file path compiled into devfsd 233 229 RunDevfsd() { 234 230 loc=`which devfsd 2> /dev/null` … … 587 583 rm -rf /tmp.old 588 584 mkdir -p /tmp/tmpfs 589 mkdir -p $GROOVY590 585 echo "Done." 591 586 LogIt "Successfully mounted dynamic /tmp ramdisk"
Note:
See TracChangeset
for help on using the changeset viewer.