Revision 83a8d6f0
Added by Renato Botelho over 9 years ago
src/etc/rc.bootup | ||
---|---|---|
419 | 419 |
} |
420 | 420 |
|
421 | 421 |
/* Detect installed binary pkgs that are not registered in the system */ |
422 |
register_all_installed_packages(); |
|
422 |
if ($g['platform'] != "cdrom") { |
|
423 |
register_all_installed_packages(); |
|
424 |
} |
|
423 | 425 |
|
424 | 426 |
/* Give syslogd a kick after everything else has been initialized, otherwise it can occasionally |
425 | 427 |
fail to route syslog messages properly on both IPv4 and IPv6 */ |
Also available in: Unified diff
Do not try to register pre-installed packages on read-only media