Moving kernel and initrd into tftpboot directory for netboot images.

This commit is contained in:
Daniel Baumann 2012-04-04 16:45:10 +02:00
parent 5a89cf1c0e
commit 544bde3039
1 changed files with 4 additions and 0 deletions

View File

@ -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