diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/live-boot.init | 36 | ||||
| -rw-r--r-- | debian/live-boot.install | 1 | ||||
| -rw-r--r-- | debian/live-boot.lintian-overrides | 4 | ||||
| -rwxr-xr-x | debian/rules | 3 |
4 files changed, 0 insertions, 44 deletions
diff --git a/debian/live-boot.init b/debian/live-boot.init deleted file mode 100644 index 373df1b..0000000 --- a/debian/live-boot.init +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -## live-boot contains the scripts that configure a Debian Live system during -## the boot process (early userspace). -## -## This is the sysvinit script for live-boot. - - -### BEGIN INIT INFO -# Provides: live-boot -# Required-Start: $syslog bootmisc -# Required-Stop: -# Should-Start: $local_fs -# Should-Stop: halt reboot -# Default-Start: S -# Default-Stop: 0 6 -# Short-Description: Debian Live - System Configuration Scripts -# Description: live-boot contains the scripts that configure a Debian -# Live system during the boot process (early userspace). -# X-Start-Before: -# X-Stop-After: umountroot -# X-Interactive: true -### END INIT INFO - -case "${1}" in - stop) - if [ -e /lib/live/boot.sh ] - then - /lib/live/boot.sh - fi - ;; - - start|force-reload|restart) - - ;; -esac diff --git a/debian/live-boot.install b/debian/live-boot.install index 85134eb..79474ce 100644 --- a/debian/live-boot.install +++ b/debian/live-boot.install @@ -1,3 +1,2 @@ -lib sbin usr/share/live-boot diff --git a/debian/live-boot.lintian-overrides b/debian/live-boot.lintian-overrides deleted file mode 100644 index aa345a5..0000000 --- a/debian/live-boot.lintian-overrides +++ /dev/null @@ -1,4 +0,0 @@ -# false positives, not applicable to live systems -live-boot: init.d-script-missing-dependency-on-remote_fs /etc/init.d/live-boot: required-start -live-boot: init.d-script-missing-dependency-on-remote_fs /etc/init.d/live-boot: required-stop -live-boot: init.d-script-possible-missing-stop /etc/init.d/live-boot 1 diff --git a/debian/rules b/debian/rules index 61a5e25..f480990 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,3 @@ override_dh_builddeb: override_dh_install: dh_install --fail-missing - -override_dh_installinit: - dh_installinit -p live-boot --no-restart-on-upgrade --no-start --update-rcd-params='start 89 0 6 .' |
