Santiago
unread,Jan 31, 2009, 9:32:06 AM1/31/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sviluppo boot Ubuntu
la premessa di partenza di questo gruppo è il commento alla voce
Concurrency che si puo trovare nel file /etc/init.d/rc:
# Specify method used to enable concurrent init.d scripts.
# Valid options are 'none', 'shell' and 'startpar'. To enable the
# concurrent boot option, the init.d script order must allow for
# concurrency. This is not the case with the default boot sequence in
# Debian as of 2008-01-20. Before enabling concurrency, one need to
# check the sequence values of all boot scripts, and make sure only
# scripts that can be started in parallel have the same sequence
# number, and that a scripts dependencies have a earlier sequence
# number. See the insserv package for a away to reorder the boot
# automatically to allow this.
CONCURRENCY=none
se uno infatti cambia il "none" finale per un "shell" i tempi
dovrebbero ridursi, questo pero a patto che si riorganizzino gli Rc
il consigliare di cambiare la voce da none a shell soltanto non serve
a molto.