From 9fc9e2a1a11b0edada38cb501fefe4f58aa414ac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:36 +0200 Subject: Adding live-initramfs 1.87.2-1. --- debian/init | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debian/init') diff --git a/debian/init b/debian/init index 4e53eff..7c0dbe9 100644 --- a/debian/init +++ b/debian/init @@ -1,6 +1,6 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: casper +# Provides: live-initramfs # Required-Start: $syslog # Required-Stop: $syslog # Should-Start: $local_fs @@ -16,15 +16,15 @@ # Marco Amadori # PATH=/usr/sbin:/usr/bin:/sbin:/bin -NAME=casper +NAME=live-initramfs SCRIPTNAME=/etc/init.d/${NAME} -DO_SNAPSHOT=/sbin/${NAME}-snapshot +DO_SNAPSHOT=/sbin/live-snapshot -# Exit if system was not booted by casper -grep -qs boot=casper /proc/cmdline || exit 0 +# Exit if system was not booted by live-initramfs +grep -qs boot=live /proc/cmdline || exit 0 # Read configuration variable file if it is present -[ -r /etc/$NAME.conf ] && . /etc/$NAME.conf +[ -r /etc/live.conf ] && . /etc/live.conf # Load the VERBOSE setting and other rcS variables [ -f /etc/default/rcS ] && . /etc/default/rcS -- cgit v1.2.3