Changeset 1780 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/init
- Timestamp:
- Nov 9, 2007, 8:34:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/rootfs/sbin/init
r1761 r1780 498 498 echo "Installing additional tools ..." 499 499 install-additional-tools 500 echo "Inserting modules ..." 501 # Keep the kernel silent again 502 PKLVL=`cut -f1 /proc/sys/kernel/printk` 503 echo 0 > /proc/sys/kernel/printk 504 insert-all-my-modules >> $LOGFILE 2>> $LOGFILE 505 echo $PKLVL > /proc/sys/kernel/printk 500 if [ ! -e "/tmp/USE-UDEV" ] ; then 501 echo "Inserting modules ..." 502 # Keep the kernel silent again 503 PKLVL=`cut -f1 /proc/sys/kernel/printk` 504 echo 0 > /proc/sys/kernel/printk 505 insert-all-my-modules >> $LOGFILE 2>> $LOGFILE 506 echo $PKLVL > /proc/sys/kernel/printk 507 fi 506 508 } 507 509 … … 545 547 LaunchTerminals 546 548 547 # Keeping kernel silent for module insertion 548 PKLVL=`cut -f1 /proc/sys/kernel/printk` 549 echo 0 > /proc/sys/kernel/printk 550 InsertEssentialModules 551 echo $PKLVL > /proc/sys/kernel/printk 549 if [ ! -e "/tmp/USE-UDEV" ] ; then 550 # Keeping kernel silent for module insertion 551 PKLVL=`cut -f1 /proc/sys/kernel/printk` 552 echo 0 > /proc/sys/kernel/printk 553 InsertEssentialModules 554 echo $PKLVL > /proc/sys/kernel/printk 555 fi 552 556 553 557 EnableCcissIfAppropriate
Note:
See TracChangeset
for help on using the changeset viewer.