[SCM] live-build branch, debian-next, updated. debian/2.0_a29-1-6-g5932ecf

Daniel Baumann daniel at debian.org
Sun Sep 19 13:35:34 UTC 2010


The following commit has been merged in the debian-next branch:
commit 5932ecf07cddcd9ec811a0e83ec97aad14a39073
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 19 15:32:44 2010 +0200

    Adding debian-live-pxe-server packages list.

diff --git a/scripts/build/lb_local b/hooks/debian-live-pxe-server
similarity index 60%
copy from scripts/build/lb_local
copy to hooks/debian-live-pxe-server
index a1f66fd..565ead5 100755
--- a/scripts/build/lb_local
+++ b/hooks/debian-live-pxe-server
@@ -8,12 +8,10 @@
 ## under certain conditions; see COPYING for details.
 
 
-LB_BASE="${PWD}/live-build"
-PATH="${LB_BASE}/scripts/build:${PATH}"
+set -e
 
-export LB_BASE PATH
+# Adding symlink in /srv/tftp for debian-installer netboot images
+ARCHITECTURE="$(dpkg --print-architecture)"
 
-if [ ! -z "${1}" ]
-then
-	exec lb "${@}"
-fi
+rm -rf /srv/tftp
+ln -s /usr/lib/debian-installer/images/${ARCHITECTURE}/text /srv/tftp
diff --git a/lists/debian-live-pxe-server b/lists/debian-live-pxe-server
new file mode 100644
index 0000000..91d9be5
--- /dev/null
+++ b/lists/debian-live-pxe-server
@@ -0,0 +1,22 @@
+# /usr/share/live/build/lists/debian-live-pxe-server - package list for live-build(7)
+
+## LH: Debian Live
+#include <standard>
+
+bind9
+
+#if DISTRIBUTION lenny
+dhcp3-server
+#endif
+#if DISTRIBUTION squeeze wheezy sid
+isc-dhcp-server
+#endif
+
+nfs-kernel-server
+syslinux-common
+tftpd-hpa
+
+#if DISTRIBUTION squeeze wheezy sid
+debian-installer-netboot-amd64
+debian-installer-netboot-i386
+#endif

-- 
live-build



More information about the debian-live-changes mailing list