SHA256
1
0
forked from pool/systemd
Kay Sievers 2010-10-29 19:32:25 +00:00 committed by Git OBS Bridge
parent fca5e78656
commit 1fe7fdf461
2 changed files with 29 additions and 2 deletions

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Oct 29 21:20:57 CEST 2010 - kay.sievers@novell.com
- new snapshot
- fsck: return SUCCESS when we skip the check
- fsck: skip checking / if it is writable
- units: fix variable expansion
- mount: don't pull in nofail mounts by default, but use them
if they are around
- job: recursively fail BoundBy dependencies
- fsck: fix target name to check for
- units: rename fedora/single.service to rescue.service
- units: introduce plymouth-start and plymouth-kexec
- unit: get rid of IgnoreDependencyFailure=
- use util-linux:agetty instead of mingetty
- unit: replace StopRetroactively= by BindTo= dependencies
- automount: show who's triggering an automount
- units: run sysctl only if /etc/sysctl.conf exists
- systemctl: always show what and where for mount units
- shutdown: reword a few messages a little
- manager: show which jobs are actually installed after a transaction
- timer: when deserializing timer state stay elapsed
- device: set recursive_stop=true by default
- unit: suppress incorrect deserialization errors
- swap: there's no reason not order swap after sysinit
- socket: fix IPv6 availability detection
-------------------------------------------------------------------
Wed Oct 27 12:00:26 CEST 2010 - kay.sievers@novell.com