summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/BuildISO.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fix UEFI boot from DVD.Martin Whitaker2017-12-221-3/+1
|
* Tidy up BuildIso and supply extra volume metadata to xorriso.Martin Whitaker2017-12-221-37/+42
|
* Numerous changes to support building classic installer ISOs:Martin Whitaker2017-12-221-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 Whitaker2017-12-191-21/+21
| | | | Ready for adding support for classic installer builds.
* Split Live class into ISOBuild base class and LiveBuild subclass.Martin Whitaker2017-12-191-1/+1
|
* Remove ability to override default directory names.Martin Whitaker2017-12-181-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 Whitaker2017-12-181-0/+163