mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-23 01:51:54 +00:00
Modification for debian build
This commit is contained in:
parent
34783c8166
commit
9d358873f3
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
xnba-undi (1.20.1-0) unstable; urgency=low
|
||||
|
||||
* Debian build for xnba-undi version 1.20.1
|
||||
|
||||
-- Casandra Qiu <cxhong@us.ibm.com> Mon, 16 Nov 2020 15:49:48 +0800
|
||||
|
||||
xnba-undi (1.0.3-7) unstable; urgency=low
|
||||
|
||||
* Initial Debian build
|
||||
|
@ -3,7 +3,7 @@ Section: admin
|
||||
Priority: extra
|
||||
Maintainer: xCAT <xcat-user@lists.sourceforge.net>
|
||||
Build-Depends: debhelper (>= 7.0.50~)
|
||||
Standards-Version: 1.0.3
|
||||
Standards-Version: 1.20.1
|
||||
#Homepage: <insert the upstream URL, if relevant>
|
||||
#Vcs-Git: git://git.debian.org/collab-maint/gpxe.git
|
||||
#Vcs-Browser: http://git.debian.org/?p=collab-maint/gpxe.git;a=summary
|
||||
|
@ -1 +1 @@
|
||||
xnba-undi_1.0.3-7_amd64.deb admin extra
|
||||
xnba-undi_1.20.1-0_amd64.deb admin extra
|
||||
|
1
xnba/debian/patches/ipxe-branding.patch
Symbolic link
1
xnba/debian/patches/ipxe-branding.patch
Symbolic link
@ -0,0 +1 @@
|
||||
../../ipxe-branding.patch
|
1
xnba/debian/patches/ipxe-dhcp.patch
Symbolic link
1
xnba/debian/patches/ipxe-dhcp.patch
Symbolic link
@ -0,0 +1 @@
|
||||
../../ipxe-dhcp.patch
|
1
xnba/debian/patches/ipxe-machyp.patch
Symbolic link
1
xnba/debian/patches/ipxe-machyp.patch
Symbolic link
@ -0,0 +1 @@
|
||||
../../ipxe-machyp.patch
|
1
xnba/debian/patches/ipxe-xnbaclass.patch
Symbolic link
1
xnba/debian/patches/ipxe-xnbaclass.patch
Symbolic link
@ -0,0 +1 @@
|
||||
../../ipxe-xnbaclass.patch
|
4
xnba/debian/patches/series
Normal file
4
xnba/debian/patches/series
Normal file
@ -0,0 +1,4 @@
|
||||
ipxe-branding.patch
|
||||
ipxe-xnbaclass.patch
|
||||
ipxe-machyp.patch
|
||||
ipxe-dhcp.patch
|
@ -12,7 +12,7 @@ build-stamp:
|
||||
dh_testdir
|
||||
# Add here commands to compile the package.
|
||||
$(MAKE) -C src bin/undionly.kkpxe
|
||||
$(MAKE) -C src bin-x86_64-efi/snponly.efi
|
||||
$(MAKE) -C src bin-x86_64-efi/ipxe.efi
|
||||
|
||||
touch build-stamp
|
||||
|
||||
@ -33,7 +33,7 @@ install: build
|
||||
|
||||
# Add here commands to install the package into debian/<packagename>
|
||||
cp src/bin/undionly.kkpxe `pwd`/debian/`dh_listpackages`/tftpboot/xcat/xnba.kpxe
|
||||
cp src/bin-x86_64-efi/snponly.efi `pwd`/debian/`dh_listpackages`/tftpboot/xcat/xnba.efi
|
||||
cp src/bin-x86_64-efi/ipxe.efi `pwd`/debian/`dh_listpackages`/tftpboot/xcat/xnba.efi
|
||||
|
||||
#dh_movefiles
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
tar xvfj xnba-1.0.3.tar.bz2
|
||||
cd xnba-1.0.3
|
||||
tar xvfj xnba-1.20.1.tar.bz2
|
||||
cd xnba-1.20.1
|
||||
cp -rL ../debian .
|
||||
dpkg-buildpackage -uc -us -aamd64
|
||||
cd -
|
||||
rm -rf xnba-1.0.3
|
||||
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/
|
||||
|
Binary file not shown.
@ -25,7 +25,7 @@ The xCAT Network Boot Agent is a slightly modified version of iPXE. It provides
|
||||
|
||||
%prep
|
||||
|
||||
%setup -n ipxe
|
||||
%setup -n xnba-1.20.1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user