summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/Utils.pm
Commit message (Collapse)AuthorAgeFilesLines
* Support use of https in repository URLs.Martin Whitaker2020-12-101-1/+1
|
* Remove obsolute support for different mount and loopback options.Martin Whitaker2018-04-151-28/+0
| | | | The dracut-generated initrd doesn't support them.
* Fix some perl -cw and perl_checker warnings.Martin Whitaker2018-04-011-1/+1
|
* Fix some perl_checker warnings.Martin Whitaker2018-03-031-2/+2
|
* Complete support for using a remote repository.Martin Whitaker2018-03-031-3/+7
|
* Reduce perl_checker noise.Martin Whitaker2018-01-141-4/+4
|
* Update copyright dates.Martin Whitaker2018-01-141-1/+1
|
* Add check for empty $root when mounting/unmounting filesystems.Martin Whitaker2018-01-141-0/+2
| | | | Again to make sure we don't accidently affect the build system.
* Add functions to add/remove /dev/null in chroots.Martin Whitaker2018-01-141-1/+16
| | | | | | Sometimes we only need /dev/null, so just create that. Check we get passed a non-empty string for the root location, to make sure we don't accidently delete the build system's /dev/null.
* Simplify run_() helper function and minimise direct calls to system().Martin Whitaker2018-01-121-19/+12
|
* 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-11/+49
| | | | | | | | 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.
* Improved documentation and error messages.Martin Whitaker2018-01-041-0/+4
|
* Update FSF address in copyright notices.Martin Whitaker2017-12-231-2/+2
|
* Don't output informational messages on stderr.Martin Whitaker2017-12-231-1/+1
|
* For clarity, rename umount_external_fs() to umount_all_in_chroot().Martin Whitaker2017-12-221-2/+2
|
* Reduce verbosity.Martin Whitaker2017-12-221-1/+1
|
* Complete support for building classic installer ISOs.Martin Whitaker2017-12-221-1/+9
|
* Add missing copyright notices.Martin Whitaker2017-12-191-0/+19
|
* Replace $live by $build throughout,Martin Whitaker2017-12-191-6/+6
| | | | Ready for adding support for classic installer builds.
* Remove unused code.Martin Whitaker2017-12-181-24/+1
|
* Add 'use strict' to all submodules and fix up resulting error.Martin Whitaker2017-12-181-0/+2
| | | | Except in Loopback.pm, where it introduces an unresolved error.
* Split draklive2 into submodules.Martin Whitaker2017-12-181-1/+19
|
* Start creating a new set of tools for generating Mageia ISO images.Martin Whitaker2017-12-181-0/+85
The aim is to share as much code as possible between the tool used to generate the Live ISOs and the tool used to generate the classic installer ISOs. This is derived from the user/martinw/use-grub2 branch of draklive.