Changeset 1734 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Oct 29, 2007, 2:24:06 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • untar-and-softlink => untar (+ interface change)
  • suppress useless softlinks creation/removal in boot process
  • avoids udevd messages on groups
  • Increase # of disks to 99 as in mindi at restore time (should be a conf file parameter)
  • skip existing big file creation
  • seems to work correctly for USB mindi boot
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/rootfs/sbin/init

    r1729 r1734  
    278278    mount -n -t devpts -o mode=620 none /dev/pts
    279279    mount -n -t tmpfs  none /dev/shm
     280    PKLVL=`cut -f1 /proc/sys/kernel/printk`
     281    echo 0 > /proc/sys/kernel/printk
    280282    /sbin/udevd --daemon
     283    echo $PKLVL > /proc/sys/kernel/printk
    281284}
    282285
Note: See TracChangeset for help on using the changeset viewer.