[SCM] live-boot branch, debian, updated. debian/3.0_a28-1-10-ga89bf1d

Daniel Baumann daniel at debian.org
Tue Jun 5 14:13:54 UTC 2012


The following commit has been merged in the debian branch:
commit 4af5ca4efc7f7f3c3457de9405f7a95d0cf4181a
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