mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
11 lines
283 B
Bash
Executable File
11 lines
283 B
Bash
Executable File
#!/bin/bash
|
|
|
|
tar xvf ./xnba-1.20.1.tar.bz2
|
|
cd xnba-1.20.1
|
|
cp -rL ../debian .
|
|
dpkg-buildpackage -uc -us -aamd64
|
|
cd -
|
|
rm -rf xnba-1.20.1
|
|
cp `pwd`/debian/`dh_listpackages`/tftpboot/xcat/xnba.kpxe `pwd`/binary/
|
|
cp `pwd`/debian/`dh_listpackages`/tftpboot/xcat/xnba.efi `pwd`/binary/
|