2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 01:21:44 +00:00
xcat-dep/gpxe/make_deb.sh.bak

9 lines
115 B
Bash
Raw Normal View History

#!/bin/bash
tar xvfj gpxe-1.0.1.tar.bz2
cd gpxe-1.0.1
cp -rL ../debian .
dpkg-buildpackage
cd -
rm -rf gpxe-1.0.1