[SCM] live-build branch, debian, updated. debian/3.0_a45-1-23-g982e2fb

Daniel Baumann daniel at debian.org
Thu Apr 5 08:42:11 UTC 2012


The following commit has been merged in the debian branch:
commit 544bde3039a80d7ed1f934529eacb352862becfd
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Apr 4 16:45:10 2012 +0200

    Moving kernel and initrd into tftpboot directory for netboot images.

diff --git a/scripts/build/lb_binary_net b/scripts/build/lb_binary_net
index 1f1cd4e..ba1ada5 100755
--- a/scripts/build/lb_binary_net
+++ b/scripts/build/lb_binary_net
@@ -138,6 +138,10 @@ mkdir binary.tmp
 mv ${ROOT_DIR} tftpboot binary.tmp
 cd binary.tmp
 
+# Moving kernel and initrd image arround
+mkdir tftpboot/live
+mv */live/vmlinuz* */live/initrd* tftpboot/live
+
 tar cf ../binary-net.tar *
 
 case "${LB_COMPRESSION}" in

-- 
live-build



More information about the debian-live-changes mailing list