From 544bde3039a80d7ed1f934529eacb352862becfd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 4 Apr 2012 16:45:10 +0200 Subject: Moving kernel and initrd into tftpboot directory for netboot images. --- scripts/build/lb_binary_net | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/build/lb_binary_net b/scripts/build/lb_binary_net index 1f1cd4e17..ba1ada5a4 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 -- cgit v1.2.3