Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow user to select which checksums are generated and support sha3-512. | Martin Whitaker | 2019-02-22 | 1 | -3/+5 |
| | |||||
* | Improved control of isohybrid protective partition start and type. | Martin Whitaker | 2018-11-26 | 1 | -2/+8 |
| | |||||
* | Avoid full file path appearing in ISO checksum files. | Martin Whitaker | 2018-11-18 | 1 | -4/+6 |
| | |||||
* | Support starting isohybrid protective partition at sector 1 | Martin Whitaker | 2018-11-10 | 1 | -0/+3 |
| | | | | | Starting at sector 0 causes problems on some old, buggy BIOSs (see mga#5036 for example). | ||||
* | Standardise on EFI, not UEFI. | Martin Whitaker | 2018-05-23 | 1 | -5/+5 |
| | |||||
* | Remove obsolute support for different mount and loopback options. | Martin Whitaker | 2018-04-15 | 1 | -14/+1 |
| | | | | The dracut-generated initrd doesn't support them. | ||||
* | Fix some perl -cw and perl_checker warnings. | Martin Whitaker | 2018-04-01 | 1 | -6/+3 |
| | |||||
* | Support 32-bit EFI with 64-bit system (and vice-versa). | Martin Whitaker | 2018-03-17 | 1 | -3/+6 |
| | |||||
* | Report name of ISO at end of build. | Martin Whitaker | 2018-03-11 | 1 | -0/+2 |
| | |||||
* | Add support for 32-bit EFI. | Martin Whitaker | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | Update copyright dates. | Martin Whitaker | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | Simplify run_() helper function and minimise direct calls to system(). | Martin Whitaker | 2018-01-12 | 1 | -6/+5 |
| | |||||
* | Miscellaneous code cleanup. | Martin Whitaker | 2018-01-10 | 1 | -6/+6 |
| | |||||
* | Improved documentation and error messages. | Martin Whitaker | 2018-01-04 | 1 | -8/+7 |
| | |||||
* | Don't look for ESP image when creating a 32-bit ISO. | Martin Whitaker | 2018-01-03 | 1 | -2/+4 |
| | |||||
* | Update FSF address in copyright notices. | Martin Whitaker | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | Fix library file permissions (remove executable flags). | Martin Whitaker | 2017-12-23 | 1 | -0/+0 |
| | |||||
* | Simplify build directory structure. | Martin Whitaker | 2017-12-22 | 1 | -13/+4 |
| | |||||
* | Reduce verbosity. | Martin Whitaker | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | Fix UEFI boot from DVD. | Martin Whitaker | 2017-12-22 | 1 | -3/+1 |
| | |||||
* | Tidy up BuildIso and supply extra volume metadata to xorriso. | Martin Whitaker | 2017-12-22 | 1 | -37/+42 |
| | |||||
* | Numerous changes to support building classic installer ISOs: | Martin Whitaker | 2017-12-22 | 1 | -29/+41 |
| | | | | | | | | | | | | - rename {media}{source} to {media}{label} and require the user to supply it o automatically add the LABEL= prefix, rather than removing it - rename {settings}{name} to {settings}{distro} - move get_system_root() to ISOBuild - CI builds use it as the urpmi-root - add new requirements in Config::check_config() - rename build_live_iso() to build_iso() and support CI builds o make output to file non-optional - we always want a file o add the DATE.txt file to the ISO image - modify prepare_iso_bootloader to support CI boot menus | ||||
* | Replace $live by $build throughout, | Martin Whitaker | 2017-12-19 | 1 | -21/+21 |
| | | | | Ready for adding support for classic installer builds. | ||||
* | Split Live class into ISOBuild base class and LiveBuild subclass. | Martin Whitaker | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Remove ability to override default directory names. | Martin Whitaker | 2017-12-18 | 1 | -16/+11 |
| | | | | | It's unlikely anyone would want to do this, and it makes the code considerably harder to read. | ||||
* | Split draklive2 into submodules. | Martin Whitaker | 2017-12-18 | 1 | -0/+163 |