[Debian-live-changes] r1308 - in dists/trunk/live-initramfs: debian doc scripts

Daniel Baumann daniel at alioth.debian.org
Sun May 6 10:39:26 UTC 2007


Author: daniel
Date: 2007-05-06 10:39:25 +0000 (Sun, 06 May 2007)
New Revision: 1308

Modified:
   dists/trunk/live-initramfs/debian/rules
   dists/trunk/live-initramfs/doc/ChangeLog
   dists/trunk/live-initramfs/scripts/casper
Log:


Modified: dists/trunk/live-initramfs/debian/rules
===================================================================
--- dists/trunk/live-initramfs/debian/rules	2007-05-06 10:35:54 UTC (rev 1307)
+++ dists/trunk/live-initramfs/debian/rules	2007-05-06 10:39:25 UTC (rev 1308)
@@ -24,7 +24,7 @@
 	dh_testdir
 
 	# Checking scripts
-	for SCRIPT in bin/* scripts/casper scripts/casper-bottom/*; \
+	for SCRIPT in bin/* scripts/casper scripts/live-bottom/*; \
 	do \
 		sh -n $$SCRIPT || exit 1; \
 	done

Modified: dists/trunk/live-initramfs/doc/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/doc/ChangeLog	2007-05-06 10:35:54 UTC (rev 1307)
+++ dists/trunk/live-initramfs/doc/ChangeLog	2007-05-06 10:39:25 UTC (rev 1308)
@@ -7,7 +7,8 @@
 	  - Renamed to live-md5check.
 	* casper.conf:
 	  - Renamed to live.conf.
-	* scripts/casper-functions, casper-helpers:
+	* scripts/casper-bottom, casper-functions, casper-helpers,
+	  casper-premount:
 	  - Renamed to live-*.
 
 	* bin/live-getty, live-login:

Modified: dists/trunk/live-initramfs/scripts/casper
===================================================================
--- dists/trunk/live-initramfs/scripts/casper	2007-05-06 10:35:54 UTC (rev 1307)
+++ dists/trunk/live-initramfs/scripts/casper	2007-05-06 10:39:25 UTC (rev 1308)
@@ -536,11 +536,11 @@
 
     log_end_msg
 
-    maybe_break casper-bottom
-    [ "$quiet" != "y" ] && log_begin_msg "Running /scripts/casper-bottom"
+    maybe_break live-bottom
+    [ "$quiet" != "y" ] && log_begin_msg "Running /scripts/live-bottom"
 
     pulsate
-    run_scripts /scripts/casper-bottom
+    run_scripts /scripts/live-bottom
     [ "$quiet" != "y" ] && log_end_msg
 
     exec 1>&6 6>&-




More information about the Debian-live-changes mailing list