summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/Mounts.pm
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolute support for different mount and loopback options.Martin Whitaker2018-04-151-125/+0
| | | | The dracut-generated initrd doesn't support them.
* Simplify use of predefined mounts and add default mount type.Martin Whitaker2018-04-021-0/+4
|
* Update copyright dates.Martin Whitaker2018-01-141-1/+1
|
* Improved documentation and error messages.Martin Whitaker2018-01-041-0/+7
|
* Update FSF address in copyright notices.Martin Whitaker2017-12-231-2/+2
|
* 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.