2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-11 10:52:41 +00:00

Add script to build lenovo deb files

This commit is contained in:
Jarrod Johnson
2020-01-08 14:56:22 -05:00
parent 93c5a2fed2
commit b00354f41d

6
buildlenovodebs.sh Normal file
View File

@@ -0,0 +1,6 @@
cd $(dirname $0)
GITUP=0 GPGSIGN=0 ./build-ubunturepo -c
mkdir tmplenovobuild
cd tmplenovobuild
tar xf /sources/core-debs-snap.tar.bz2
find . -type f -name *.deb -exec cp {} /prebuilt/ \;