qi-emdebian

preinit

7:1ab568f9521e
2013-07-29 Paul Boddie Added details of locales, swap partitions, and setting the clock and time zone. Fixed the hostname in the login prompt.
     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