summaryrefslogtreecommitdiffstats
path: root/draklive2
Commit message (Collapse)AuthorAgeFilesLines
* Update help text to match Wiki documentation.Martin Whitaker2018-05-231-2/+2
|
* Simplify working directory layout.Martin Whitaker2018-05-231-5/+0
|
* Remove obsolute support for different mount and loopback options.Martin Whitaker2018-04-151-4/+1
| | | | The dracut-generated initrd doesn't support them.
* Fix some perl -cw and perl_checker warnings.Martin Whitaker2018-04-011-1/+0
|
* Update help to match new documentation.Martin Whitaker2018-04-011-26/+11
|
* 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.
* Rename draklive to draklive2 to avoid confusion/conflict with old draklive.Martin Whitaker2018-03-031-0/+238
|
* Renamed draklive2 back to draklive.Martin Whitaker2017-12-191-220/+0
| | | | | As it's now in a different package, we can use package conflicts to handle the name collision.
* Split draklive2 into submodules.Martin Whitaker2017-12-181-907/+58
|
* Start creating a new set of tools for generating Mageia ISO images.Martin Whitaker2017-12-181-16/+16
| | | | | | | | 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.
* Reduce noise from perl_checker.Martin Whitaker2017-12-101-2/+2
|
* draklive2: add comments and fix some error messages.Martin Whitaker2017-12-101-6/+58
|
* draklive2: clean up mounting/unmounting of external filesystems.Martin Whitaker2017-12-101-17/+13
|
* draklive2: update description and help text.Martin Whitaker2017-12-091-50/+29
|
* draklive2: improved bootloader language support and added keyboard support.Martin Whitaker2017-12-061-44/+114
|
* draklive2: fix removal of dashes from boot screen title.Martin Whitaker2017-12-011-2/+1
|
* draklive2: pass selected language on to booted system.Martin Whitaker2017-12-011-0/+1
|
* draklive2: cleanup and improve error messages.Martin Whitaker2017-12-011-10/+9
|
* draklive2: get grub2 files from build system, not chroot.Martin Whitaker2017-12-011-50/+31
| | | | This avoids having to install both grub2 and grub2-efi on the Live system.
* draklive2: minor tidy ups.Martin Whitaker2017-12-011-13/+15
|
* draklive2: support language selection in the boot menu.Martin Whitaker2017-12-011-7/+56
|
* draklive2: build grub2 images if they are not supplied by the user.Martin Whitaker2017-11-291-8/+81
|
* draklive2: don't use deprecated POSIX::tmpnam()Martin Whitaker2017-11-291-1/+0
| | | | It will be removed in perl 5.26. Use File::Temp::tmpnam() instead.
* draklive2: split into sections and order functions consistently.Martin Whitaker2017-11-291-102/+130
| | | | | No code changes - just consistently order functions from highest level to lowest level. This is all to improve code readability.
* draklive2: major rework to use grub2 as the bootloader.Martin Whitaker2017-11-291-339/+206
| | | | | | | Drop some unwanted stuff in the process: - the --boot-only option (not really very useful) - the progress indicator in build_iso_image() (xorriso reports progress itself)
* draklive2: fix whitespace errors.Martin Whitaker2017-11-261-54/+54
|
* draklive2: change storage type from 'cdrom' to 'iso'.Martin Whitaker2017-11-261-4/+4
| | | | Just for clarity - there's no functional change.
* draklive2: removed functions not needed for building ISOs.Martin Whitaker2017-11-251-881/+2
|
* Split draklive into two versions.Martin Whitaker2017-11-231-0/+1853
In case people want to retain the old functionality.