Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF address in copyright notices. | Martin Whitaker | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | Don't output informational messages on stderr. | Martin Whitaker | 2017-12-23 | 1 | -1/+1 |
| | |||||
* | For clarity, rename umount_external_fs() to umount_all_in_chroot(). | Martin Whitaker | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | Reduce verbosity. | Martin Whitaker | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | Complete support for building classic installer ISOs. | Martin Whitaker | 2017-12-22 | 1 | -1/+9 |
| | |||||
* | Add missing copyright notices. | Martin Whitaker | 2017-12-19 | 1 | -0/+19 |
| | |||||
* | Replace $live by $build throughout, | Martin Whitaker | 2017-12-19 | 1 | -6/+6 |
| | | | | Ready for adding support for classic installer builds. | ||||
* | Remove unused code. | Martin Whitaker | 2017-12-18 | 1 | -24/+1 |
| | |||||
* | Add 'use strict' to all submodules and fix up resulting error. | Martin Whitaker | 2017-12-18 | 1 | -0/+2 |
| | | | | Except in Loopback.pm, where it introduces an unresolved error. | ||||
* | Split draklive2 into submodules. | Martin Whitaker | 2017-12-18 | 1 | -1/+19 |
| | |||||
* | Start creating a new set of tools for generating Mageia ISO images. | Martin Whitaker | 2017-12-18 | 1 | -0/+85 |
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. |