2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-23 01:51:54 +00:00

Update README

This commit is contained in:
Mark Gurevich 2021-02-01 11:31:44 -05:00 committed by GitHub
parent 8d37a77dd8
commit e373d433cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Current version is 1.20.1, the tar command below will use 1.20.1 to generate xnb
Build xNBA rpm for xcat-dep
---------------------------
1. Clone xcat-dep/xnba and create a new branch
1. Clone xcat-dep/xnba and create a new branch: git clone git@github.com:xcat2/xcat-dep.git; cd xcat-dep; git checkout -b <new branch>
2. Checkin the generated xnba-<version>.tar.bz2 file from above into git
3. Modify patch files if needed and checkin into git. The patch files will automatically be applied during build step below.
The following patches contain modification for xCAT Network Boot Agent
@ -19,7 +19,7 @@ Build xNBA rpm for xcat-dep
ipxe-dhcp.patch
ipxe-branding.patch
4. On x86 build machine, checkout the branch created above
4. On x86 build machine, checkout the branch created above: git clone https://github.com/xcat2/xcat-dep.git; cd xcat-dep;
For linux
---------