diff options
-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 |