diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-04-17 09:48:03 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-04-17 09:49:17 +0100 |
commit | f43f615854cfdbf209cc673935e316b63deabdb6 (patch) | |
tree | 46407f8493b07f8fd37c781e15b3c7008be0ab7b | |
parent | 879d58f65a99c5f73608c1fa16d1fca7f46dbb99 (diff) | |
download | drakiso-f43f615854cfdbf209cc673935e316b63deabdb6.tar drakiso-f43f615854cfdbf209cc673935e316b63deabdb6.tar.gz drakiso-f43f615854cfdbf209cc673935e316b63deabdb6.tar.bz2 drakiso-f43f615854cfdbf209cc673935e316b63deabdb6.tar.xz drakiso-f43f615854cfdbf209cc673935e316b63deabdb6.zip |
2.6
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive -VERSION = 2.3 +VERSION = 2.6 check: perl -cw -I./lib $(NAME) @@ -1,3 +1,6 @@ +2.6: + +- use systemctl to disable services and timers - disable audit logging as it floods the logs 2.5: |