summaryrefslogtreecommitdiffstats
path: root/drakclassic
Commit message (Collapse)AuthorAgeFilesLines
* drakclassic: s/classic installer/classical installer/Martin Whitaker2018-08-271-2/+2
| | | | for consistency with the Wiki.
* Update help text to match Wiki documentation.Martin Whitaker2018-05-231-2/+2
|
* Simplify working directory layout.Martin Whitaker2018-05-231-5/+1
|
* Fix some perl -cw and perl_checker warnings.Martin Whitaker2018-04-011-1/+0
|
* Update help to match new documentation.Martin Whitaker2018-04-011-23/+12
|
* Revised config and settings path handling.Martin Whitaker2018-04-011-3/+2
| | | | Don't default to system dirs - we expect to run as normal user now.
* Complete support for using a remote repository.Martin Whitaker2018-03-031-4/+0
|
* Reduce perl_checker noise.Martin Whitaker2018-01-141-4/+6
|
* Update copyright dates.Martin Whitaker2018-01-141-1/+1
|
* Export functions in Config package.Martin Whitaker2018-01-121-4/+4
|
* Simplify run_() helper function and minimise direct calls to system().Martin Whitaker2018-01-121-2/+2
|
* Miscellaneous code cleanup.Martin Whitaker2018-01-101-5/+5
|
* draklive: allow installer GUI to be used and run as normal user.Martin Whitaker2018-01-091-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 Whitaker2017-12-231-2/+2
|
* Merge drakclassic media and files steps.Martin Whitaker2017-12-231-5/+3
|
* drakclassic no longer needs to be run as root.Martin Whitaker2017-12-221-2/+0
| | | | All commands that need root privileges are run via sudo.
* Use sudo when cleaning the chroot directory.Martin Whitaker2017-12-221-1/+7
|
* Use a single working directory specified by the user.Martin Whitaker2017-12-221-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 Whitaker2017-12-221-0/+17
|
* Complete support for building classic installer ISOs.Martin Whitaker2017-12-221-16/+11
|
* Add top-level program for building classic installer ISOs.Martin Whitaker2017-12-191-0/+193