Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drakclassic: s/classic installer/classical installer/ | Martin Whitaker | 2018-08-27 | 1 | -2/+2 |
| | | | | for consistency with the Wiki. | ||||
* | Update help text to match Wiki documentation. | Martin Whitaker | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | Simplify working directory layout. | Martin Whitaker | 2018-05-23 | 1 | -5/+1 |
| | |||||
* | Fix some perl -cw and perl_checker warnings. | Martin Whitaker | 2018-04-01 | 1 | -1/+0 |
| | |||||
* | Update help to match new documentation. | Martin Whitaker | 2018-04-01 | 1 | -23/+12 |
| | |||||
* | Revised config and settings path handling. | Martin Whitaker | 2018-04-01 | 1 | -3/+2 |
| | | | | Don't default to system dirs - we expect to run as normal user now. | ||||
* | Complete support for using a remote repository. | Martin Whitaker | 2018-03-03 | 1 | -4/+0 |
| | |||||
* | Reduce perl_checker noise. | Martin Whitaker | 2018-01-14 | 1 | -4/+6 |
| | |||||
* | Update copyright dates. | Martin Whitaker | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | Export functions in Config package. | Martin Whitaker | 2018-01-12 | 1 | -4/+4 |
| | |||||
* | Simplify run_() helper function and minimise direct calls to system(). | Martin Whitaker | 2018-01-12 | 1 | -2/+2 |
| | |||||
* | 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 | -5/+5 |
| | | | | | | | | 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. | ||||
* | Update FSF address in copyright notices. | Martin Whitaker | 2017-12-23 | 1 | -2/+2 |
| | |||||
* | Merge drakclassic media and files steps. | Martin Whitaker | 2017-12-23 | 1 | -5/+3 |
| | |||||
* | drakclassic no longer needs to be run as root. | Martin Whitaker | 2017-12-22 | 1 | -2/+0 |
| | | | | All commands that need root privileges are run via sudo. | ||||
* | Use sudo when cleaning the chroot directory. | Martin Whitaker | 2017-12-22 | 1 | -1/+7 |
| | |||||
* | Use a single working directory specified by the user. | Martin Whitaker | 2017-12-22 | 1 | -4/+2 |
| | | | | | By adding the 'chroot' and 'build' subdirectory names ourself, we can make the clean operation a bit safer. | ||||
* | Add comand line option to set force and verbosity level. | Martin Whitaker | 2017-12-22 | 1 | -0/+17 |
| | |||||
* | Complete support for building classic installer ISOs. | Martin Whitaker | 2017-12-22 | 1 | -16/+11 |
| | |||||
* | Add top-level program for building classic installer ISOs. | Martin Whitaker | 2017-12-19 | 1 | -0/+193 |