[Debian-live-changes] r2128 - in dists/trunk/live-initramfs: docs scripts/local-top

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 17 11:30:15 UTC 2007


Author: daniel
Date: 2007-06-17 11:30:15 +0000 (Sun, 17 Jun 2007)
New Revision: 2128

Modified:
   dists/trunk/live-initramfs/docs/CREDITS
   dists/trunk/live-initramfs/docs/ChangeLog
   dists/trunk/live-initramfs/scripts/local-top/live
Log:


Modified: dists/trunk/live-initramfs/docs/CREDITS
===================================================================
--- dists/trunk/live-initramfs/docs/CREDITS	2007-06-17 10:31:28 UTC (rev 2127)
+++ dists/trunk/live-initramfs/docs/CREDITS	2007-06-17 11:30:15 UTC (rev 2128)
@@ -16,3 +16,4 @@
   * Oliver Osburg <o.osburg at uni-jena.de>
   * Otavio Salvador <otavio at debian.org>
   * Sebastian Raveau <sebastien.raveau at epita.fr>
+  * Thomas Lange <lange at informatik.uni-koeln.de>

Modified: dists/trunk/live-initramfs/docs/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/docs/ChangeLog	2007-06-17 10:31:28 UTC (rev 2127)
+++ dists/trunk/live-initramfs/docs/ChangeLog	2007-06-17 11:30:15 UTC (rev 2128)
@@ -1,3 +1,8 @@
+2007-06-17  Daniel Baumann  <daniel at debiann.org>
+
+	* Added patch from Thomas Lange <lange at informatik.uni-koeln.de> to
+	  properly load ide-generic after udev.
+
 2007-06-15  Daniel Baumann  <daniel at debian.org>
 
 	* Merging changes from casper 1.91.

Modified: dists/trunk/live-initramfs/scripts/local-top/live
===================================================================
--- dists/trunk/live-initramfs/scripts/local-top/live	2007-06-17 10:31:28 UTC (rev 2127)
+++ dists/trunk/live-initramfs/scripts/local-top/live	2007-06-17 11:30:15 UTC (rev 2128)
@@ -1,18 +1,23 @@
 #!/bin/sh
 
+#set -e
+
+# initramfs-tools header
+
 PREREQ="udev"
 
 prereqs()
 {
-	echo "$PREREQ"
+	echo "${PREREQ}"
 }
 
-case $1 in
-# get pre-requisites
-prereqs)
-	prereqs
-	exit 0
-	;;
+case "${1}" in
+	prereqs)
+		prereqs
+		exit 0
+		;;
 esac
 
+# live-initramfs script
+
 modprobe ide-generic




More information about the Debian-live-changes mailing list