Revision 25406,
440 bytes
checked in by jdreed, 13 years ago
(diff) |
* Pretend to support oneiric
* Warn the user in stage1 if bad things are likely to happen
|
Rev | Line | |
---|
[25406] | 1 | # This is pretty dangerous in a bunch of ways. Approach with caution. |
---|
| 2 | d=/afs/athena.mit.edu/system/athena10/installer/oneiric |
---|
| 3 | |
---|
| 4 | default: |
---|
| 5 | : Use "make install" to move this from where the installer will fetch it. |
---|
| 6 | |
---|
| 7 | install: ${d}/debathena.tar.gz |
---|
| 8 | |
---|
| 9 | ${d}/debathena.tar.gz: debathena.preseed debathena-loader.sh debathena |
---|
| 10 | tar czvf ${d}/debathena.tar.gz --exclude "*~" --exclude "*/.svn*" debathena |
---|
| 11 | cp debathena.preseed debathena-loader.sh ${d} |
---|
Note: See
TracBrowser
for help on using the repository browser.