Can somebody explain me why this scripts don't work for me?
And would you advice me, how can I hotplug usb-flash that my udev rules
would work?
--
If my english isn't correct, please tell me where, cause I just study!
#!/sbin/itype
# This is a i file, used by initng parsed by install_service
service system/consolefont {
need = system/bootmisc system/keymaps;
script start = {
#SETFONT="/usr/bin/unicode_start"
SETFONT="/usr/bin/setfont"
#CONSOLEFONT="LatArCyrHeb-16.psfu.gz"
CONSOLEFONT="koi8u_8x16.psfu.gz"
# Set the console font
#[ -d /dev/vc ] && ttydev=/dev/vc/ || ttydev=/dev/tty
ttydev=/dev/tty
${SETFONT} ${CONSOLEFONT}
for x in `/usr/bin/seq 1 11`
do
echo -ne "\33(K" > ${ttydev}${x}
done
};
}
#!/sbin/itype
# This is a i file, used by initng parsed by install_service
service system/keymaps {
need = system/bootmisc;
script start = {
/bin/loadkeys ru-dolphin.map >/dev/null 2>&1
};
}
--
_______________________________________________
Initng mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/initng