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:
6
buildlenovodebs.sh
Normal file
6
buildlenovodebs.sh
Normal 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/ \;
|
||||
Reference in New Issue
Block a user