[SCM] live-boot branch, debian-next, updated. debian/3.0_a28-1-8-g8a0e324

Daniel Baumann daniel at debian.org
Tue Jun 5 13:52:55 UTC 2012


The following commit has been merged in the debian-next branch:
commit 8a0e324e86b537663ea2886fde173134377c305f
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jun 5 15:50:33 2012 +0200

    Removing live-premount modules script, not needed anymore.
    
    This script did two things:
    
      * forcefully load ide-generic to workaround a bug in qemu bios
        that made it hang during ide detection. This has been fixed
        4 years ago in qemu, so it's not required to do this anymore.
    
      * forcefully load esp on sparc. This is being loaded automatically
        by udev these days and should be reliable enough.

diff --git a/initramfs-tools/scripts/live-premount/modules b/initramfs-tools/scripts/live-premount/modules
deleted file mode 100755
index 1af7a9e..0000000
--- a/initramfs-tools/scripts/live-premount/modules
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ="udev"
-
-prereqs()
-{
-	echo "${PREREQ}"
-}
-
-case "${1}" in
-	prereqs)
-		prereqs
-		exit 0
-		;;
-esac
-
-# live-boot script
-
-# The following modprobe entry is a workaround to live-boot not
-# finding the root filesytem.
-#
-# See also:
-#  * http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-May/001459.html
-#  * http://lists.alioth.debian.org/pipermail/debian-live-devel/2007-June/001517.html
-#  * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363047
-
-modprobe -q ide-generic
-modprobe -q esp

-- 
live-boot



More information about the debian-live-changes mailing list