[Debian-live-changes] r2375 - dists/trunk/live-helper/helpers
matth-guest at alioth.debian.org
matth-guest at alioth.debian.org
Mon Jul 2 19:27:59 UTC 2007
Author: matth-guest
Date: 2007-07-02 19:27:59 +0000 (Mon, 02 Jul 2007)
New Revision: 2375
Modified:
dists/trunk/live-helper/helpers/lh_binary_debian-installer
Log:
fix d-i flavour naming
Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer 2007-07-02 17:58:17 UTC (rev 2374)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer 2007-07-02 19:27:59 UTC (rev 2375)
@@ -34,7 +34,7 @@
# Setting remote d-i directories
case "${LIVE_DEBIAN_INSTALLER}" in
- netinst)
+ netboot)
DI="netboot/debian-installer/i386"
DI_GTK="netboot/gtk/debian-installer/i386"
DI_KERNEL="linux"
@@ -185,7 +185,7 @@
fi
fi
-if [ "${LIVE_DEBIAN_INSTALLER}" != "netinst" ]; then
+if [ "${LIVE_DEBIAN_INSTALLER}" != "netboot" ]; then
# Downloading additional packages
mkdir -p chroot/binary.deb/archives/partial
mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp
More information about the Debian-live-changes
mailing list