diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-03-23 22:22:53 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-03-23 22:22:53 +0000 |
commit | b42dabf49dad9008dfef5f0d95f9d1c48ac269fb (patch) | |
tree | 45cf2639a86ba5c0779ba901f0d28b46e43ac66a | |
parent | 67e4251a5cf58681e1fbb232a2bdf85ab2c340ec (diff) | |
download | drakiso-1.13.tar drakiso-1.13.tar.gz drakiso-1.13.tar.bz2 drakiso-1.13.tar.xz drakiso-1.13.zip |
1.131.13
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 13 |
2 files changed, 12 insertions, 3 deletions
@@ -1,5 +1,5 @@ NAME = drakiso -VERSION = 1.12 +VERSION = 1.13 all: make -C bootloader @@ -1,6 +1,15 @@ +1.13 + - bootloader: in grub 2.04 linux16/linuxefi are included in linux module -- update examples to default to Mageia 8 -- update examples to support encrypted persistent partition +- examples: + - default to Mageia 8 + - support encrypted persistent partition + - prevent unnecessary updates on first boot + - reorder boot options to make it easier to remove 'splash quiet' + - default to not generating a xorg.conf file on boot + - exclude plymouth from minimal example + - don't try to disable non-existent services in minimal example +- translation updates 1.12 |