summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/Storage.pm
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolute support for different mount and loopback options.Martin Whitaker2018-04-151-39/+0
| | | | The dracut-generated initrd doesn't support them.
* Update copyright dates.Martin Whitaker2018-01-141-1/+1
|
* Improved documentation and error messages.Martin Whitaker2018-01-041-0/+8
|
* Update FSF address in copyright notices.Martin Whitaker2017-12-231-2/+2
|
* Numerous changes to support building classic installer ISOs:Martin Whitaker2017-12-221-1/+0
| | | | | | | | | | | | - rename {media}{source} to {media}{label} and require the user to supply it o automatically add the LABEL= prefix, rather than removing it - rename {settings}{name} to {settings}{distro} - move get_system_root() to ISOBuild - CI builds use it as the urpmi-root - add new requirements in Config::check_config() - rename build_live_iso() to build_iso() and support CI builds o make output to file non-optional - we always want a file o add the DATE.txt file to the ISO image - modify prepare_iso_bootloader to support CI boot menus
* Add missing copyright notices.Martin Whitaker2017-12-191-0/+19
|
* Remove unused code.Martin Whitaker2017-12-181-44/+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.
* Start creating a new set of tools for generating Mageia ISO images.Martin Whitaker2017-12-181-0/+54
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.