summaryrefslogtreecommitdiffstats
path: root/draklive2
Commit message (Collapse)AuthorAgeFilesLines
* 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.