summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/ISOBuild.pm
Commit message (Collapse)AuthorAgeFilesLines
* Rename name_fields config value to iso_name_fields.Martin Whitaker2018-05-231-1/+1
|
* Simplify working directory layout.Martin Whitaker2018-05-231-2/+2
|
* Remove obsolute support for different mount and loopback options.Martin Whitaker2018-04-151-12/+0
| | | | The dracut-generated initrd doesn't support them.
* Update copyright dates.Martin Whitaker2018-01-141-1/+1
|
* Miscellaneous code cleanup.Martin Whitaker2018-01-101-1/+1
|
* draklive: allow installer GUI to be used and run as normal user.Martin Whitaker2018-01-091-1/+1
| | | | | | | | Read all configuration from the main config file and automatically generate the auto_inst.cfg.pl file. Run the installer GUI in a nested X server if any items are not specified in the config file. Use sudo to run any steps that need root privileges, to avoid running the X server as root.
* Further simplification.Martin Whitaker2018-01-041-0/+12
| | | | Remove some features inherited from draklive we no longer need.
* Update FSF address in copyright notices.Martin Whitaker2017-12-231-2/+2
|
* Use a single working directory specified by the user.Martin Whitaker2017-12-221-2/+2
| | | | | By adding the 'chroot' and 'build' subdirectory names ourself, we can make the clean operation a bit safer.
* Numerous changes to support building classic installer ISOs:Martin Whitaker2017-12-221-0/+5
| | | | | | | | | | | | - 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-9/+9
| | | | Ready for adding support for classic installer builds.
* Split Live class into ISOBuild base class and LiveBuild subclass.Martin Whitaker2017-12-191-0/+64