Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce perl_checker noise. | Martin Whitaker | 2018-01-14 | 1 | -6/+5 |
| | |||||
* | Update copyright dates. | Martin Whitaker | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | draklive: fix RPM erase command. | Martin Whitaker | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | draklive: add support for building the local repository. | Martin Whitaker | 2018-01-14 | 1 | -2/+113 |
| | |||||
* | Simplify run_() helper function and minimise direct calls to system(). | Martin Whitaker | 2018-01-12 | 1 | -7/+7 |
| | |||||
* | Miscellaneous code cleanup. | Martin Whitaker | 2018-01-10 | 1 | -5/+5 |
| | |||||
* | draklive: allow installer GUI to be used and run as normal user. | Martin Whitaker | 2018-01-09 | 1 | -173/+510 |
| | | | | | | | | 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. | ||||
* | Further simplification. | Martin Whitaker | 2018-01-04 | 1 | -2/+2 |
| | | | | Remove some features inherited from draklive we no longer need. | ||||
* | Improved documentation and error messages. | Martin Whitaker | 2018-01-04 | 1 | -0/+14 |
| | |||||
* | Update FSF address in copyright notices. | Martin Whitaker | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | Fix library file permissions (remove executable flags). | Martin Whitaker | 2017-12-23 | 1 | -0/+0 |
| | |||||
* | More verbosity reduction. | Martin Whitaker | 2017-12-23 | 1 | -2/+4 |
| | |||||
* | Don't output informational messages on stderr. | Martin Whitaker | 2017-12-23 | 1 | -1/+1 |
| | |||||
* | More verbosity reduction. | 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 | -1/+1 |
| | |||||
* | Rename "postInstall" to "final_fixes". | Martin Whitaker | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Replace $live by $build throughout, | Martin Whitaker | 2017-12-19 | 1 | -83/+83 |
| | | | | Ready for adding support for classic installer builds. | ||||
* | Split Live class into ISOBuild base class and LiveBuild subclass. | Martin Whitaker | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Remove ability to override default directory names. | Martin Whitaker | 2017-12-18 | 1 | -10/+9 |
| | | | | | It's unlikely anyone would want to do this, and it makes the code considerably harder to read. | ||||
* | Split draklive2 into submodules. | Martin Whitaker | 2017-12-18 | 1 | -0/+259 |