Commit Graph

12 Commits

Author SHA1 Message Date
Robin Schneider
d3186b5a4a
Add a Makefile target to mount or extract the fat16 fs embedded in ISOs 2017-06-24 21:53:12 +02:00
Hamish Coleman
94538c3e16 Merge branch 'ypid-add-txt-dl-target' 2017-06-22 20:14:43 +08:00
Hamish Coleman
89e3f0a660 Also support downloading release notes for newer systems, where this is no us/uc crazy naming 2017-06-22 20:12:20 +08:00
Robin Schneider
66d946f052
Ignore the .d dir as it only contains generated files 2017-06-16 11:54:38 +02:00
Robin Schneider
ec0383fdbe
Add makefile target to download README text file for ISO images 2017-06-16 11:50:53 +02:00
Hamish Coleman
2fdb758f6b BUG: repeated failing makes could generate bad output.
This is a quick fix to address two issues:

* Firstly, if the mec-tools mec_encrypt binary cannot be compiled,
gcc still produces an output file - it is a non executable "precompiled
header" file.  I assume there is a bug in the mec-tools makefile
logic, which I will look for later.

* Secondly, because I am using stdout for file generation, many commands
will still produce an output file even when they fail.  This output file
then looks "good" to the make command, which will carry on to do the
next step.

Since fixing the failed commands in my Makefile makes things more robust
in general, it also avoids the compile issue with the mec-tools.
2016-05-26 17:10:52 +10:00
Hamish Coleman
bf0c946300 Add a bootable ISO image target for x230 2016-04-27 00:43:48 +10:00
Hamish Coleman
decadfa3f3 Add image extractor for w530 2016-04-25 00:27:13 +10:00
Hamish Coleman
9b5935c3b9 Continue to make filenames more consistant, and ignore the generated outputs 2016-04-20 10:54:33 +10:00
Hamish Coleman
3da223eb98 Ignore some more generated output 2016-04-19 20:07:41 +10:00
Hamish Coleman
92fe4b9ee0 Add a simple EC image extractor 2016-04-19 19:20:27 +10:00
Hamish Coleman
a4f00201d1 Add ISO downloader 2016-04-19 19:02:49 +10:00