Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draklive2: get grub2 files from build system, not chroot. | Martin Whitaker | 2017-12-01 | 1 | -50/+31 |
| | | | | This avoids having to install both grub2 and grub2-efi on the Live system. | ||||
* | draklive2: minor tidy ups. | Martin Whitaker | 2017-12-01 | 1 | -13/+15 |
| | |||||
* | draklive2: support language selection in the boot menu. | Martin Whitaker | 2017-12-01 | 1 | -7/+56 |
| | |||||
* | draklive2: build grub2 images if they are not supplied by the user. | Martin Whitaker | 2017-11-29 | 1 | -8/+81 |
| | |||||
* | draklive2: don't use deprecated POSIX::tmpnam() | Martin Whitaker | 2017-11-29 | 1 | -1/+0 |
| | | | | It will be removed in perl 5.26. Use File::Temp::tmpnam() instead. | ||||
* | draklive2: split into sections and order functions consistently. | Martin Whitaker | 2017-11-29 | 1 | -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 Whitaker | 2017-11-29 | 1 | -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 Whitaker | 2017-11-26 | 1 | -54/+54 |
| | |||||
* | draklive2: change storage type from 'cdrom' to 'iso'. | Martin Whitaker | 2017-11-26 | 1 | -4/+4 |
| | | | | Just for clarity - there's no functional change. | ||||
* | draklive2: removed functions not needed for building ISOs. | Martin Whitaker | 2017-11-25 | 1 | -881/+2 |
| | |||||
* | Split draklive into two versions. | Martin Whitaker | 2017-11-23 | 1 | -0/+1853 |
In case people want to retain the old functionality. |