16 Commits (master)

Author SHA1 Message Date
Hamish Coleman b2f4fc8c73 Update ignorables with new types of binaries 2 years ago
Hamish Coleman e85521cf8d Ignore images generated from binary files 5 years ago
Hamish Coleman 64e0c38d22 Ignore the FL1 files that we now sometimes generate 7 years ago
Hamish Coleman c0b2178942 Remove most of the variables from the autoexec.bat template
Instead use a *.report file for each component and add data as we
go, culminating in the built image simply catting the report to the
screen to show the user what is about to occur.

This is on the path towards removing all variables from the autoexec
template - which would make it simpler to reuse the same template for
other commands (e.g the x200 series does not use dosflash.exe)
7 years ago
Robin Schneider d3186b5a4a
Add a Makefile target to mount or extract the fat16 fs embedded in ISOs 7 years ago
Hamish Coleman 94538c3e16 Merge branch 'ypid-add-txt-dl-target' 7 years ago
Hamish Coleman 89e3f0a660 Also support downloading release notes for newer systems, where this is no us/uc crazy naming 7 years ago
Robin Schneider 66d946f052
Ignore the `.d` dir as it only contains generated files 7 years ago
Robin Schneider ec0383fdbe
Add makefile target to download README text file for ISO images 7 years ago
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.
8 years ago
Hamish Coleman bf0c946300 Add a bootable ISO image target for x230 8 years ago
Hamish Coleman decadfa3f3 Add image extractor for w530 8 years ago
Hamish Coleman 9b5935c3b9 Continue to make filenames more consistant, and ignore the generated outputs 8 years ago
Hamish Coleman 3da223eb98 Ignore some more generated output 8 years ago
Hamish Coleman 92fe4b9ee0 Add a simple EC image extractor 8 years ago
Hamish Coleman a4f00201d1 Add ISO downloader 8 years ago