Changeset 236 in MondoRescue for trunk/mindi/rootfs/sbin/init
- Timestamp:
- Dec 19, 2005, 7:31:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/rootfs/sbin/init
r230 r236 649 649 # Simulate a local CD 650 650 echo "/mnt/cdrom" > /tmp/CDROM-LIVES-HERE 651 CD_MOUNTED_OK=yes 651 652 else 652 653 HandleCDROMorFloppies … … 654 655 fi 655 656 res=$? 656 echo " Please wait."657 insert-all-my-modules > /dev/null &658 sleep 7 657 echo "Inserting modules ..." 658 insert-all-my-modules > $LOGFILE 2> $LOGFILE 659 echo "Installing additional tools ..." 659 660 install-additional-tools 660 661 SwapTheMountExecs 661 662 ConfigureLoggingDaemons 662 echo "Please wait." 663 insert-all-my-modules & 664 sleep 7 663 echo "Inserting modules again ..." 664 insert-all-my-modules > $LOGFILE 2> $LOGFILE 665 665 if [ -e "/tmp/USE-DEVFS" ] ; then 666 666 umount /mnt/cdrom 2> /dev/null … … 669 669 RunDevfsd 670 670 fi 671 echo "Starting potential Raid/LVMs ..." 671 672 PauseForRaids 672 673 StartRaids
Note:
See TracChangeset
for help on using the changeset viewer.