Prev: Did you switch from Windows to Linux? How did you find theprocess?
Next: LiveCD question, working directly to hdd? <was: Did you switch from Windows to Linux? How did you find the process?>
From: bl8n8r on 13 Nov 2009 13:45 /etc/init.d/rc.local ------------------------------------------------------------------------------------ # asks user for password during boot process (for livecd use) sec=30 echo -n "Password (timeout in ${sec}): " read -t ${sec} pass < /dev/console > /dev/console 2>&1 echo "pass: $pass" hash=`echo ${pass} | openssl passwd -1 -stdin` echo "hash: $hash"
From: Java Jive on 13 Nov 2009 15:45 I presume that this is a USB keyboard - there's usually a setting somewhere in the BIOS called something like "USB keyboard & mouse support in BIOS", which should be enabled. On Fri, 13 Nov 2009 10:45:45 -0800 (PST), bl8n8r <bl8n8r(a)yahoo.com> wrote: > # asks user for password during boot process (for livecd use) -- ========================================================= Please always reply to ng as the email in this post's header does not exist. Or use a contact addresses at: http://www.macfh.co.uk/JavaJive/JavaJive.html http://www.macfh.co.uk/Macfarlane/Macfarlane.html
From: Jasen Betts on 15 Nov 2009 05:23
On 2009-11-13, bl8n8r <bl8n8r(a)yahoo.com> wrote: > /etc/init.d/rc.local huh? add modprobe usbhid near the start... |