Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Miscellaneous code cleanup. | Martin Whitaker | 2018-01-10 | 1 | -4/+4 |
| | |||||
* | draklive: allow installer GUI to be used and run as normal user. | Martin Whitaker | 2018-01-09 | 1 | -5/+6 |
| | | | | | | | | Read all configuration from the main config file and automatically generate the auto_inst.cfg.pl file. Run the installer GUI in a nested X server if any items are not specified in the config file. Use sudo to run any steps that need root privileges, to avoid running the X server as root. | ||||
* | Improved documentation and error messages. | Martin Whitaker | 2018-01-04 | 1 | -0/+8 |
| | |||||
* | Update FSF address in copyright notices. | Martin Whitaker | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | More verbosity reduction. | Martin Whitaker | 2017-12-23 | 1 | -1/+6 |
| | |||||
* | Add missing copyright notices. | Martin Whitaker | 2017-12-19 | 1 | -0/+19 |
| | |||||
* | Remove some lingering hard tabs. | Martin Whitaker | 2017-12-19 | 1 | -9/+9 |
| | |||||
* | Replace $live by $build throughout, | Martin Whitaker | 2017-12-19 | 1 | -11/+11 |
| | | | | Ready for adding support for classic installer builds. | ||||
* | Remove unused code. | Martin Whitaker | 2017-12-18 | 1 | -9/+0 |
| | |||||
* | 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 | 1 | -1/+3 |
| | | | | Allows 'use strict' to be added to that module. | ||||
* | Remove ability to override default directory names. | Martin Whitaker | 2017-12-18 | 1 | -24/+48 |
| | | | | | It's unlikely anyone would want to do this, and it makes the code considerably harder to read. | ||||
* | Start creating a new set of tools for generating Mageia ISO images. | Martin Whitaker | 2017-12-18 | 1 | -0/+151 |
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. |