sysutils/boot-delay: remove obsolete

This commit is contained in:
Franco Fichtner
2022-07-11 15:08:03 +02:00
parent b31bcb9210
commit fb70f2ef99
4 changed files with 0 additions and 14 deletions
-1
View File
@@ -94,7 +94,6 @@ security/tor -- The Onion Router
sysutils/apcupsd -- APCUPSD - APC UPS daemon
sysutils/api-backup -- Provide the functionality to download the config.xml
sysutils/apuled -- PC Engine APU LED control (development only)
sysutils/boot-delay -- Apply a persistent 10 second boot delay (pending removal)
sysutils/dmidecode -- Display hardware information on the dashboard
sysutils/git-backup -- Track config changes using git
sysutils/hw-probe -- Collect hardware diagnostics
-8
View File
@@ -1,8 +0,0 @@
PLUGIN_NAME= boot-delay
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Apply a persistent 10 second boot delay
PLUGIN_MAINTAINER= franco@opnsense.org
PLUGIN_OBSOLETE= Use System / Settings / Tunables: name "kern.cam.boot_delay" value "10000"
.include "../../Mk/plugins.mk"
-4
View File
@@ -1,4 +0,0 @@
This plugin simply adds 10 seconds to the bootup process in order to
wait for e.g. USB drivers / devices to become ready. The behaviour
matches the initial installer media behaviour, which is normally
removed after the first successful boot.
@@ -1 +0,0 @@
kern.cam.boot_delay="10000"