From 49bcda4f02e85fb1c648fd8fd00b8b989d2de752 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 5 Apr 2012 08:05:20 +0200 Subject: 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). --- debian/live-boot.init | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 debian/live-boot.init (limited to 'debian/live-boot.init') 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 -- cgit v1.2.3