summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/BuildLoop.pm
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolute support for different mount and loopback options.Martin Whitaker2018-04-151-45/+30
| | | | The dracut-generated initrd doesn't support them.
* Don't create loopback file for excluded files.Martin Whitaker2018-04-021-21/+1
| | | | What's the point - it's never used.
* Fix some perl -cw and perl_checker warnings.Martin Whitaker2018-04-011-1/+0
|
* Update copyright dates.Martin Whitaker2018-01-141-1/+1
|
* Miscellaneous code cleanup.Martin Whitaker2018-01-101-8/+11
|
* draklive: allow installer GUI to be used and run as normal user.Martin Whitaker2018-01-091-7/+7
| | | | | | | | 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.
* Remove unnecessary cwd change.Martin Whitaker2018-01-041-3/+0
|
* Improved documentation and error messages.Martin Whitaker2018-01-041-0/+8
|
* Update FSF address in copyright notices.Martin Whitaker2017-12-231-2/+2
|
* Fix library file permissions (remove executable flags).Martin Whitaker2017-12-231-0/+0
|
* For clarity, rename umount_external_fs() to umount_all_in_chroot().Martin Whitaker2017-12-221-1/+1
|
* Replace $live by $build throughout,Martin Whitaker2017-12-191-23/+23
| | | | 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-2/+2
| | | | | 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/+116