Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some perl_checker warnings. | Martin Whitaker | 2018-03-03 | 1 | -2/+2 |
| | |||||
* | Complete support for using a remote repository. | Martin Whitaker | 2018-03-03 | 1 | -3/+7 |
| | |||||
* | Reduce perl_checker noise. | Martin Whitaker | 2018-01-14 | 1 | -4/+4 |
| | |||||
* | Update copyright dates. | Martin Whitaker | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | Add check for empty $root when mounting/unmounting filesystems. | Martin Whitaker | 2018-01-14 | 1 | -0/+2 |
| | | | | Again to make sure we don't accidently affect the build system. | ||||
* | Add functions to add/remove /dev/null in chroots. | Martin Whitaker | 2018-01-14 | 1 | -1/+16 |
| | | | | | | Sometimes we only need /dev/null, so just create that. Check we get passed a non-empty string for the root location, to make sure we don't accidently delete the build system's /dev/null. | ||||
* | Simplify run_() helper function and minimise direct calls to system(). | Martin Whitaker | 2018-01-12 | 1 | -19/+12 |
| | |||||
* | Miscellaneous code cleanup. | Martin Whitaker | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | draklive: allow installer GUI to be used and run as normal user. | Martin Whitaker | 2018-01-09 | 1 | -11/+49 |
| | | | | | | | | 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/+4 |
| | |||||
* | 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. |