Moving kernel and initrd into tftpboot directory for netboot images.
This commit is contained in:
parent
5a89cf1c0e
commit
544bde3039
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue