summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/Utils.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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.