summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/Loopback.pm
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code.Martin Whitaker2017-12-181-9/+0
|
* Use mksquashfs's built-in progress indicator.Martin Whitaker2017-12-181-16/+9
| | | | The Progress module doesn't work, and is now redundant.
* Properly import $dir_distrib_sqfs into Loopback module.Martin Whitaker2017-12-181-1/+3
| | | | Allows 'use strict' to be added to that module.
* Remove ability to override default directory names.Martin Whitaker2017-12-181-24/+48
| | | | | It's unlikely anyone would want to do this, and it makes the code considerably harder to read.
* Start creating a new set of tools for generating Mageia ISO images.Martin Whitaker2017-12-181-0/+151
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.