[SCM] live-boot branch, debian, updated. debian/2.0_a4-1-11-g4836a17

Daniel Baumann daniel at debian.org
Sat Jun 5 12:22:51 UTC 2010


The following commit has been merged in the debian branch:
commit c06e734a23d81f9b3a01639c73ce59b7f655cea6
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Jun 4 09:42:35 2010 +0200

    Removing apt_cdrom bottom script, not used anyway.

diff --git a/scripts/live-bottom/41apt_cdrom b/scripts/live-bottom/41apt_cdrom
deleted file mode 100755
index 1a36e7f..0000000
--- a/scripts/live-bottom/41apt_cdrom
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-	echo "${PREREQ}"
-}
-
-case "${1}" in
-	prereqs)
-		prereqs
-		exit 0
-		;;
-esac
-
-# live-boot header
-
-if [ -n "${NOAPTCDROM}" ]
-then
-	exit 0
-fi
-
-. /scripts/live-functions
-
-log_begin_msg "Adding APT-CDROM source"
-
-# live-boot script
-
-if [ -d /root/cdrom ]
-then
-	mount -n -o bind /sys /root/sys
-	mount -n -o bind /proc /root/proc
-	mount -n -o bind /dev /root/dev
-
-	chroot /root apt-cdrom -o Acquire::cdrom::AutoDetect=false -m add
-
-	umount /root/dev
-	umount /root/proc
-	umount /root/sys
-fi
-
-log_end_msg

-- 
live-boot



More information about the debian-live-changes mailing list