qi-emdebian

preinit

14:d2f68bc185dc
2016-11-25 Paul Boddie Fixed the Debian Jessie configuration, asserting sysvinit so that older kernels can still boot the system.
     1 #!/usr/lib/busybox/sh     2      3 sh -c "clear" > /dev/tty1     4      5 /etc/preinit-config 2>&1 | tee /boot/preinit.log > /dev/tty1     6      7 # Now replace this file with a symbolic link.     8      9 mv /etc/preinit /etc/preinit.done    10 ln -s /sbin/init /etc/preinit    11     12 exec /sbin/init