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.
|
Rev | Line | |
---|
[23873] | 1 | # This is pretty dangerous in a bunch of ways. Approach with caution. |
---|
| 2 | d=/afs/dev/system/athena10/installer/jaunty |
---|
[23480] | 3 | |
---|
[23873] | 4 | default: |
---|
| 5 | : Use "make install" to move this from where the installer will fetch it. |
---|
| 6 | |
---|
| 7 | install: ${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.