Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split Live class into ISOBuild base class and LiveBuild subclass. | Martin Whitaker | 2017-12-19 | 1 | -76/+0 |
| | |||||
* | Remove unused code. | Martin Whitaker | 2017-12-18 | 1 | -7/+0 |
| | |||||
* | Remove ability to override default directory names. | Martin Whitaker | 2017-12-18 | 1 | -8/+2 |
| | | | | | It's unlikely anyone would want to do this, and it makes the code considerably harder to read. | ||||
* | Add 'use strict' to all submodules and fix up resulting error. | Martin Whitaker | 2017-12-18 | 1 | -1/+3 |
| | | | | Except in Loopback.pm, where it introduces an unresolved error. | ||||
* | Split draklive2 into submodules. | Martin Whitaker | 2017-12-18 | 1 | -0/+17 |
| | |||||
* | Start creating a new set of tools for generating Mageia ISO images. | Martin Whitaker | 2017-12-18 | 1 | -0/+70 |
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. |