summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/Mounts.pm
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright notices.Martin Whitaker2017-12-191-0/+19
|
* Properly import $dir_distrib_sqfs into Loopback module.Martin Whitaker2017-12-181-1/+1
| | | | Allows 'use strict' to be added to that module.
* 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.
* Start creating a new set of tools for generating Mageia ISO images.Martin Whitaker2017-12-181-0/+93
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.