Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "postInstall" to "final_fixes". | Martin Whitaker | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Remove some lingering hard tabs. | Martin Whitaker | 2017-12-19 | 1 | -9/+9 |
| | |||||
* | Replace $live by $build throughout, | Martin Whitaker | 2017-12-19 | 9 | -231/+231 |
| | | | | Ready for adding support for classic installer builds. | ||||
* | Split Live class into ISOBuild base class and LiveBuild subclass. | Martin Whitaker | 2017-12-19 | 7 | -80/+149 |
| | |||||
* | Remove unused code. | Martin Whitaker | 2017-12-18 | 7 | -220/+4 |
| | |||||
* | Use mksquashfs's built-in progress indicator. | Martin Whitaker | 2017-12-18 | 1 | -16/+9 |
| | | | | The Progress module doesn't work, and is now redundant. | ||||
* | Properly import $dir_distrib_sqfs into Loopback module. | Martin Whitaker | 2017-12-18 | 2 | -2/+4 |
| | | | | Allows 'use strict' to be added to that module. | ||||
* | Remove ability to override default directory names. | Martin Whitaker | 2017-12-18 | 7 | -104/+86 |
| | | | | | 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 | 9 | -1/+19 |
| | | | | Except in Loopback.pm, where it introduces an unresolved error. | ||||
* | Split draklive2 into submodules. | Martin Whitaker | 2017-12-18 | 6 | -1/+997 |
| | |||||
* | Start creating a new set of tools for generating Mageia ISO images. | Martin Whitaker | 2017-12-18 | 11 | -0/+743 |
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. |