[Debian-live-changes] r1486 - dists/trunk/live-initramfs/scripts/live-bottom

Daniel Baumann daniel at alioth.debian.org
Fri May 11 23:10:25 UTC 2007


Author: daniel
Date: 2007-05-11 23:10:25 +0000 (Fri, 11 May 2007)
New Revision: 1486

Added:
   dists/trunk/live-initramfs/scripts/live-bottom/303_apt_cdrom
Removed:
   dists/trunk/live-initramfs/scripts/live-bottom/301_apt_cdrom
Log:


Deleted: dists/trunk/live-initramfs/scripts/live-bottom/301_apt_cdrom
===================================================================
--- dists/trunk/live-initramfs/scripts/live-bottom/301_apt_cdrom	2007-05-11 23:10:01 UTC (rev 1485)
+++ dists/trunk/live-initramfs/scripts/live-bottom/301_apt_cdrom	2007-05-11 23:10:25 UTC (rev 1486)
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-	echo "${PREREQ}"
-}
-
-case "${1}" in
-	prereqs)
-		prereqs
-		exit 0
-		;;
-esac
-
-# apt-cdrom
-
-DESCRIPTION="Adding APT-CDROM source..."
-
-. /scripts/live-functions
-
-mkdir -p /root/cdrom
-mount -n -o bind /cdrom /root/cdrom
-chroot /root apt-cdrom -m add
-umount /root/cdrom

Copied: dists/trunk/live-initramfs/scripts/live-bottom/303_apt_cdrom (from rev 1485, dists/trunk/live-initramfs/scripts/live-bottom/301_apt_cdrom)




More information about the Debian-live-changes mailing list