Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolute support for different mount and loopback options. | Martin Whitaker | 2018-04-15 | 1 | -4/+1 |
| | | | | The dracut-generated initrd doesn't support them. | ||||
* | Fix some perl -cw and perl_checker warnings. | Martin Whitaker | 2018-04-01 | 1 | -1/+0 |
| | |||||
* | Update help to match new documentation. | Martin Whitaker | 2018-04-01 | 1 | -26/+11 |
| | |||||
* | Revised config and settings path handling. | Martin Whitaker | 2018-04-01 | 1 | -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 Whitaker | 2018-03-03 | 1 | -0/+238 |
| | |||||
* | Renamed draklive2 back to draklive. | Martin Whitaker | 2017-12-19 | 1 | -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 Whitaker | 2017-12-18 | 1 | -907/+58 |
| | |||||
* | Start creating a new set of tools for generating Mageia ISO images. | Martin Whitaker | 2017-12-18 | 1 | -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 Whitaker | 2017-12-10 | 1 | -2/+2 |
| | |||||
* | draklive2: add comments and fix some error messages. | Martin Whitaker | 2017-12-10 | 1 | -6/+58 |
| | |||||
* | draklive2: clean up mounting/unmounting of external filesystems. | Martin Whitaker | 2017-12-10 | 1 | -17/+13 |
| | |||||
* | draklive2: update description and help text. | Martin Whitaker | 2017-12-09 | 1 | -50/+29 |
| | |||||
* | draklive2: improved bootloader language support and added keyboard support. | Martin Whitaker | 2017-12-06 | 1 | -44/+114 |
| | |||||
* | draklive2: fix removal of dashes from boot screen title. | Martin Whitaker | 2017-12-01 | 1 | -2/+1 |
| | |||||
* | draklive2: pass selected language on to booted system. | Martin Whitaker | 2017-12-01 | 1 | -0/+1 |
| | |||||
* | draklive2: cleanup and improve error messages. | Martin Whitaker | 2017-12-01 | 1 | -10/+9 |
| | |||||
* | 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. |