2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/xnba/README

32 lines
776 B
Plaintext
Raw Normal View History

xNBA
-----
2021-01-29 21:46:05 +00:00
xnba-1.20.1.tar.bz2 contains the source code of ipxe version 1.20.1 (10/29/2020 ?)
#git clone git://git.ipxe.org/ipxe.git
#tar Jcvf xnba-1.20.1.tar.bz2 --exclude-vcs ipxe
2020-11-12 19:47:42 +00:00
The following patches contain modification for xCAT Network Boot Agent
ipxe-xnbaclass.patch
ipxe-machyp.patch
ipxe-dhcp.patch
ipxe-branding.patch
xNBA for linux
--------------
Require packages: xz-devel
RPM build: rpmbuild -ba xnba-undi.spec
xNBA for Debian
---------------
2020-11-12 19:47:42 +00:00
Require packages: dpkg-buildpackage, debhelper, and quilt
./make_deb.sh: build the package from the binaries under "binary" directory
./rebuild.sh : build the package from source code, this should only run on amd64/x86_64 platform, it will update the files under "binary" directory after compilation