[Debian-live-changes] r1332 - in dists/trunk/live-initramfs: doc scripts/live-bottom

Daniel Baumann daniel at alioth.debian.org
Sun May 6 16:49:21 UTC 2007


Author: daniel
Date: 2007-05-06 16:49:21 +0000 (Sun, 06 May 2007)
New Revision: 1332

Modified:
   dists/trunk/live-initramfs/doc/ChangeLog
   dists/trunk/live-initramfs/scripts/live-bottom/01integrity_check
Log:


Modified: dists/trunk/live-initramfs/doc/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/doc/ChangeLog	2007-05-06 16:46:32 UTC (rev 1331)
+++ dists/trunk/live-initramfs/doc/ChangeLog	2007-05-06 16:49:21 UTC (rev 1332)
@@ -12,7 +12,7 @@
 	* hooks/live:
 	  - Added patch to allow custom keymap when using encryption.
 	  - Added patch to make ubuntu specific calls conditional.
-	  - Added patch to read configuration earlier.
+	  - Added patch to read configuration file earlier.
 	* scripts/live:
 	  - Added patch to support encrypted filesystem images.
 	  - Added patch to support multiple filesystem images.
@@ -20,7 +20,9 @@
 	  - Added patch to really export variables from live.vars.
 	* scripts/live-helpers:
 	  - Added patch to support encrypted filesystem images.
-	  - Added patch fo support local keymaps.
+	  - Added patch fo add function for loading keymaps.
+	* scripts/live-bottom/01integrity_check:
+	  - Added patch to change /cdrom to more generic /live_media.
 
 2007-05-06  Daniel Baumann  <daniel at debian.org>
 

Modified: dists/trunk/live-initramfs/scripts/live-bottom/01integrity_check
===================================================================
--- dists/trunk/live-initramfs/scripts/live-bottom/01integrity_check	2007-05-06 16:46:32 UTC (rev 1331)
+++ dists/trunk/live-initramfs/scripts/live-bottom/01integrity_check	2007-05-06 16:49:21 UTC (rev 1332)
@@ -15,4 +15,4 @@
        ;;
 esac
 
-grep integrity-check /proc/cmdline && live-md5check /cdrom /cdrom/md5sum.txt < /dev/tty8
+grep integrity-check /proc/cmdline && live-md5check /live_media /live_media/md5sum.txt < /dev/tty8




More information about the Debian-live-changes mailing list