[Debian-live-changes] r1299 - dists/trunk/live-initramfs/debian

Daniel Baumann daniel at alioth.debian.org
Sun May 6 09:41:55 UTC 2007


Author: daniel
Date: 2007-05-06 09:41:54 +0000 (Sun, 06 May 2007)
New Revision: 1299

Modified:
   dists/trunk/live-initramfs/debian/init
Log:


Modified: dists/trunk/live-initramfs/debian/init
===================================================================
--- dists/trunk/live-initramfs/debian/init	2007-05-06 09:36:33 UTC (rev 1298)
+++ dists/trunk/live-initramfs/debian/init	2007-05-06 09:41:54 UTC (rev 1299)
@@ -18,13 +18,13 @@
 PATH=/usr/sbin:/usr/bin:/sbin:/bin
 NAME=casper
 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
+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




More information about the Debian-live-changes mailing list