[SCM] live-build branch, debian-next, updated. debian/3.0_a45-1-20-g24b4dd6

Daniel Baumann daniel at debian.org
Wed Apr 4 14:46:07 UTC 2012


The following commit has been merged in the debian-next branch:
commit 24b4dd67cd9a0c3345161e4495fc6f3b93b5609e
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..6e9694e 100755
--- a/scripts/build/lb_binary_net
+++ b/scripts/build/lb_binary_net
@@ -138,6 +138,9 @@ mkdir binary.tmp
 mv ${ROOT_DIR} tftpboot binary.tmp
 cd binary.tmp
 
+# Moving kernel and initrd image arround
+mv */live/vmlinuz* */live/initrd* tftpboot
+
 tar cf ../binary-net.tar *
 
 case "${LB_COMPRESSION}" in

-- 
live-build



More information about the debian-live-changes mailing list