On Fri, Mar 28, 2008 at 03:08:18PM +0100, John Hughes wrote: > Add: > > pidof splashy >/dev/null && > touch /lib/init/rw/splasy/splashy-stopped-keymap && > exit 0 > > to start of /etc/init.d/keymap.sh
Unfortunately, the script does not work, as /lib/init/rw/splashy doesn't exist in the freshly created ramfs. pidof splashy >/dev/null && mkdir -p /lib/init/rw/splashy/ && touch /lib/init/rw/splashy/splashy-stopped-keymap && exit 0 This works for me. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]