[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

sarge problem with additional partitions - S05keymap.sh ...wouldn't be executed



hi list,

i've installed a default sarge, with additional partitions
e.x. /usr

# mount
/dev/hda3 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda1 on /boot type ext3 (rw,nosuid)
/dev/hda8 on /tmp type ext3 (rw,nosuid)
/dev/hda5 on /usr type ext3 (rw,nosuid)
/dev/hda6 on /var type ext3 (rw)
/dev/hda7 on /home type ext3 (rw,nosuid)

during the boot the script S05keyman.sh wouldn't be
execute, because the additional partitions except "/"
would be mounted with S35mountall.sh later.
But in the script S05keyman.sh is a test
-------- snip ------------
        [ -x /usr/bin/unicode_start ] || return
        [ -x /usr/bin/unicode_stop ] || return
--------- snip ------------
this test failes because /usr isn't mounted.

in this case no environment isn't set.

Have everyone an idea ?

Thanks

Thomas



Reply to: