summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/BuildRoot.pm
Commit message (Collapse)AuthorAgeFilesLines
* Support use of https in repository URLs.Martin Whitaker2020-12-101-2/+2
|
* draklive2: show installer summary screen when GUI is used.Martin Whitaker2020-06-091-0/+1
|
* Support separate desktop and autologin session names.Martin Whitaker2020-03-011-3/+3
|
* Fix ownership of dummy root directory (mga#24501)Martin Whitaker2019-03-171-0/+1
| | | | | systemd 240 introduces a new requirement that the root directory must be owned by root.
* Add feature to support both 32 and 64 bit packages in media on the ISOs.Martin Whitaker2018-12-171-0/+9
| | | | This can be used to support 32-bit UEFI on 64-bit systems.
* BuildRoot: remove fixup of obsolete /etc/sysconfig/init script.Martin Whitaker2018-10-281-3/+0
|
* BuildRoot: fix rpm query formats (rpm behaviour has changed).Martin Whitaker2018-10-281-2/+2
|
* Enable remote host name resolution when running stage2 installer.Martin Whitaker2018-05-231-0/+2
|
* Remove obsolute support for different mount and loopback options.Martin Whitaker2018-04-151-30/+1
| | | | The dracut-generated initrd doesn't support them.
* Fix some perl -cw and perl_checker warnings.Martin Whitaker2018-04-011-2/+1
|
* Fix --distrib option for additional media.Martin Whitaker2018-04-011-2/+2
|
* Copy the release notes from the repository when building the root system.Martin Whitaker2018-03-041-0/+5
|
* Complete support for using a remote repository.Martin Whitaker2018-03-031-5/+23
|
* Fix/improve a few comments.Martin Whitaker2018-01-141-4/+4
|
* Restore check for file existence when cleaning system config files.Martin Whitaker2018-01-141-1/+1
| | | | The check needs to be run as root, so we have to do it the hard way.
* draklive: ensure files copied to root filesystem are owned by root.Martin Whitaker2018-01-141-5/+3
|
* draklive: ensure urpmi config is fully cleaned.Martin Whitaker2018-01-141-0/+1
|
* draklive: Fix cleaning of system configuration files.Martin Whitaker2018-01-141-2/+2
| | | | | Can't test for file existence when not running as root. Add /etc/shorewall6/interfaces to the list.
* draklive: add pubkey to local repo.Martin Whitaker2018-01-141-1/+6
|
* Reduce perl_checker noise.Martin Whitaker2018-01-141-6/+5
|
* Update copyright dates.Martin Whitaker2018-01-141-1/+1
|
* draklive: fix RPM erase command.Martin Whitaker2018-01-141-1/+1
|
* draklive: add support for building the local repository.Martin Whitaker2018-01-141-2/+113
|
* Simplify run_() helper function and minimise direct calls to system().Martin Whitaker2018-01-121-7/+7
|
* 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-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 Whitaker2018-01-041-2/+2
| | | | Remove some features inherited from draklive we no longer need.
* Improved documentation and error messages.Martin Whitaker2018-01-041-0/+14
|
* Update FSF address in copyright notices.Martin Whitaker2017-12-231-2/+2
|
* Fix library file permissions (remove executable flags).Martin Whitaker2017-12-231-0/+0
|
* More verbosity reduction.Martin Whitaker2017-12-231-2/+4
|
* Don't output informational messages on stderr.Martin Whitaker2017-12-231-1/+1
|
* More verbosity reduction.Martin Whitaker2017-12-231-1/+1
|
* For clarity, rename umount_external_fs() to umount_all_in_chroot().Martin Whitaker2017-12-221-1/+1
|
* Rename "postInstall" to "final_fixes".Martin Whitaker2017-12-191-1/+1
|
* Replace $live by $build throughout,Martin Whitaker2017-12-191-83/+83
| | | | Ready for adding support for classic installer builds.
* Split Live class into ISOBuild base class and LiveBuild subclass.Martin Whitaker2017-12-191-1/+1
|
* Remove ability to override default directory names.Martin Whitaker2017-12-181-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 Whitaker2017-12-181-0/+259