2012/5/16 Steven Chamberlain <[email protected]>:
> I tried setting kFreeBSD.init_path to a shell but as mentioned on the
> FAQ that doesn't work:
>
> http://wiki.debian.org/Debian_GNU/kFreeBSD_FAQ#Q._How_do_I_make_the_kFreeBSD_kernel_launch_another_binary_instead_of_.2BAC8-sbin.2BAC8-init.3F

Init is expected to setup console all by itself. You can use a shell
script as init:

#!/bin/sh
exec bash < /dev/console > /dev/console 2> /dev/console

-- 
Robert Millan



_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

Reply via email to