Disabling graphical boot and starting applications early

NoOp glgxg at sbcglobal.net
Mon Dec 10 19:52:27 UTC 2012


On 12/10/2012 04:01 AM, Tom H wrote:
> On Sun, Dec 9, 2012 at 11:30 PM, Daniel Dalton
...
> 
>> This leads to my second question?
>> The brltty daemon is starting far to late.
>> How to make this start as soon as the root fs is mounted?
>> I disabled brltty in /etc/default/brltty yet it is still starting.
>> So I have not even figured out where abouts it is being started.
> 
> Theoretically, set "START_IN_INITRAMFS=true" and "RUN_BRLTTY=yes" in
> "/etc/default/brltty" and run "update-initramfs -u -k $(uname -r)".
> 

Isn't brltty a service that is run on boot via the symlink in
/etc/rcS.d/ to /etc/init.d/?

$ ls -ult /etc/rcS.d
total 4
-rw-r--r-- 1 root root 447 Dec 10 11:34 README
lrwxrwxrwx 1 root root  20 Dec 10 09:19 S47lm-sensors ->
../init.d/lm-sensors
lrwxrwxrwx 1 root root  17 Dec 10 09:19 S55urandom -> ../init.d/urandom
lrwxrwxrwx 1 root root  20 Dec 10 09:19 S70x11-common ->
../init.d/x11-common
lrwxrwxrwx 1 root root  19 Dec 10 09:19 S46setserial -> ../init.d/setserial
lrwxrwxrwx 1 root root  19 Dec 10 09:19 S05keymap.sh -> ../init.d/keymap.sh
lrwxrwxrwx 1 root root  16 Dec 10 09:19 S25brltty -> ../init.d/brltty
lrwxrwxrwx 1 root root  23 Dec 10 09:19 S30etc-setserial ->
../init.d/etc-setserial
lrwxrwxrwx 1 root root  18 Dec 10 09:19 S37apparmor -> ../init.d/apparmor

$ ls -ult /etc/init.d | grep brltty
-rwxr-xr-x 1 root root  2125 Dec 10 09:19 brltty

Note: 09:19 was my system boot time & file access time.

/etc/rcS.d/README:
====
The scripts in this directory whose names begin with an 'S' are
executed once when booting the system, even when booting directly into
single user mode.

The scripts are all symbolic links whose targets are located in
/etc/init.d/ .

To disable a script in this directory, rename it so that it begins
with a 'K' and run 'update-rc.d script defaults' to update the order
using the script dependencies.

For more information see /etc/init.d/README.
====







More information about the ubuntu-users mailing list