Ubuntuを最小限に実行しているビーグルボーンの起動時間を最小限に抑えるために、できるだけ多くのプロセスを削除しようとしています。だから私はudev-fallback-graphicsとすべてのplymouthプロセスを削除したいと思います。 「sysv-rc-conf」と「rcconf」と「update-rc.d-f」を試しましたが、何も機能しませんでした。これらのプロセスを削除することで、約4〜5秒を得ることができます。これは、私が持っているプロジェクトにとって非常に重要です。 dmesgは私にこれを与えました:
[ 7.855712] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.704010] init: udev-fallback-graphics main process (443) terminated with status 1
[ 10.853881] PHY: 0:00 - Link is Up - 100/Full
[ 10.854125] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 11.418457] init: plymouth main process (174) killed by ABRT signal
[ 11.446380] init: plymouth-splash main process (470) terminated with status 2
[ 13.843292] init: plymouth-stop pre-start process (686) terminated with status 1
https://askubuntu.com/questions/19320/whats-the-recommended-way-to-enable-disable-services
upstartサービスは、sysvinit構成ツールの影響を受けません。どうやら、SERVICEを無効にするには、「manual」という単語を含むファイル/etc/init/SERVICE.overrideを作成する必要があります。