source: trunk/debathena/scripts/installer/pxe/jaunty/Makefile @ 23873

Revision 23873, 491 bytes checked in by amb, 15 years ago (diff)
Clean up the jaunty install process a bit, and add support for kernel options to shortcut install-time queries to make cluster reinstalls easier.
Line 
1# This is pretty dangerous in a bunch of ways.  Approach with caution.
2d=/afs/dev/system/athena10/installer/jaunty
3
4default:
5        : Use "make install" to move this from where the installer will fetch it.
6
7install: ${d}/debathena-jaunty.tar.gz
8
9${d}/debathena-jaunty.tar.gz: debathena-jaunty.preseed debathena-jaunty-loader.sh debathena-jaunty
10        tar czvf ${d}/debathena-jaunty.tar.gz --exclude "*~" --exclude "*/.svn*" debathena-jaunty
11        cp debathena-jaunty.preseed debathena-jaunty-loader.sh ${d}
Note: See TracBrowser for help on using the repository browser.