SHA256
1
0
forked from pool/systemd
Kay Sievers
2010-11-15 19:40:23 +00:00
committed by Git OBS Bridge
parent 5029831518
commit c9ea8e328b
3 changed files with 35 additions and 2 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Nov 15 18:45:31 CET 2010 - kay.sievers@novell.com
- new snapshot
- load-dropin: add support for .requires directories
- manager: consider jobs already installed as redundant when
reducing new transactions
- manager: always pull 'following' units into transaction
- util: always highlight distro name
- units: make use of agetty mandatory
- manager: don't fail transaction if adding CONFLICTED_BY job fails
- job: make it possible to wait for devices to be unplugged
- tmpfiles: ignore files marked with the sticky bit
- cryptsetup: handle password=none properly
- cryptsetup: properly parse cipher= switch
- cryptsetup: support non-LUKS crypto partitions
- ask-password: enable password agent
- automatically start cryptsetup when looking for mount source
- log: add automatic log target
- cryptsetup: hook up tool with ask-password
- replace boot.crypto job with systemd native crypto handling
- enable readahead (requires 2.6.37+ kernel's fanotify to work)
-------------------------------------------------------------------
Thu Nov 11 07:44:02 CET 2010 - kay.sievers@novell.com