SHA256
1
0
forked from pool/systemd
Kay Sievers 2010-10-27 11:35:31 +00:00 committed by Git OBS Bridge
parent 2e557d5130
commit 70fd92f17c
2 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5aaddd148e3a2eb03cbe3fdca989930ff45632d3c446fb92ad3a51ed51f72a51
size 736356
oid sha256:d1499ea40251039a80713adecc97ea4c927fc15d0243485288ea0d18a4525db1
size 739824

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Oct 27 12:00:26 CEST 2010 - kay.sievers@novell.com
- new snapshot
- create /dev/stderr and friends early on boot
- run sysv related scripts with TERM=linux
- add only swaps listed in /etc/fstab automatically to swap.target
- errors: refer to systemctl status when useful
- swap: add default cgroup to swap exec env
- readahead: bump a device's request_nr when enabling readahead
- shutdown: properly handle sigtimedwait() timing out
- main: fix typo in kernel cmdline parameters help
- ord-tty: properly handle SIGINT/SIGTERM
- systemctl: automatically spawn temporary password agent
- ask-password: properly handle multiple pending passwords
- ask-password: enable plymouth agent by default
- ask-password: add minimal plymouth password agent
-------------------------------------------------------------------
Tue Oct 26 13:10:01 CEST 2010 - kay.sievers@novell.com