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

Marco Amadori mammadori-guest at alioth.debian.org
Sat May 12 00:14:03 UTC 2007


Author: mammadori-guest
Date: 2007-05-12 00:14:03 +0000 (Sat, 12 May 2007)
New Revision: 1487

Added:
   dists/trunk/live-initramfs/scripts/live-bottom/302_preseed
Removed:
   dists/trunk/live-initramfs/scripts/live-bottom/302_preseet
Log:


Copied: dists/trunk/live-initramfs/scripts/live-bottom/302_preseed (from rev 1486, dists/trunk/live-initramfs/scripts/live-bottom/302_preseet)

Deleted: dists/trunk/live-initramfs/scripts/live-bottom/302_preseet
===================================================================
--- dists/trunk/live-initramfs/scripts/live-bottom/302_preseet	2007-05-11 23:10:25 UTC (rev 1486)
+++ dists/trunk/live-initramfs/scripts/live-bottom/302_preseet	2007-05-12 00:14:03 UTC (rev 1487)
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-	echo "${PREREQ}"
-}
-
-case "${1}" in
-	prereqs)
-		prereqs
-		exit 0
-		;;
-esac
-
-# preseed
-
-DESCRIPTION="Loading preseed file..."
-
-. /scripts/live-functions
-
-log_begin_msg "$DESCRIPTION"
-
-if [ -f "/root/${LOCATION}" ]
-then
-	chroot /root debconf-set-selections < "/root/${LOCATION}"
-fi
-
-if [ -n "${PRESEEDS}" ]
-then
-	for preseed in ${PRESEEDS}
-	do
-		question="${preseed%%=*}"
-		value="${preseed#*=}"
-
-		live-preseed /root "${question}" "${value}"
-	done
-fi
-
-log_end_msg
-
-exit 0




More information about the Debian-live-changes mailing list