diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-04-05 08:05:20 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-04-05 08:31:45 +0200 |
| commit | 49bcda4f02e85fb1c648fd8fd00b8b989d2de752 (patch) | |
| tree | 9e1ec9bd7724712396bafbd80cc52d627d6ffa18 /debian/live-boot.init | |
| parent | a39a1678776b1bfe92e717f5abd5f55b6404b525 (diff) | |
| download | live-boot-49bcda4f02e85fb1c648fd8fd00b8b989d2de752.tar.gz live-boot-49bcda4f02e85fb1c648fd8fd00b8b989d2de752.zip | |
Moving initscript to live-config.
Keeping the initscript in live-boot is not really maintainable
for different init systems. We would need to have, like live-config,
several backend packages (live-boot-sysvinit, live-boot-systemd,
live-boot-upstart) etc., plus, every combination with the
different initrd system backend (initramfs-tools, dracut).
Diffstat (limited to 'debian/live-boot.init')
| -rw-r--r-- | debian/live-boot.init | 36 |
1 files changed, 0 insertions, 36 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 |
