Hey Mario,

On 05/07/2010 Mario 'BitKoenig' Holbe wrote:
> On Mon, Jul 05, 2010 at 04:26:46PM +0200, Mario 'BitKoenig' Holbe wrote:
> > Both, cryptdisks and cryptdisks-early should Required-Stop: umountfs at
> 
> My fault: They should explicitely *not* Required-Stop: umountfs (which
> would mean they require to run before umountfs) but something like
> X-Stop-After: umountfs.

the initscripts in svn now have:

cryptdisks-early:
### BEGIN INIT INFO
# Provides:          cryptdisks-early
# Required-Start:    checkroot
# Required-Stop:     umountroot
# Should-Start:      udev mdadm-raid
# Should-Stop:       udev mdadm-raid
# X-Start-Before:    lvm2
# X-Stop-After:      lvm2
# X-Interactive:     true
# Default-Start:     S
# Default-Stop:      0 6
# Short-Description: Setup early encrypted block devices.
# Description:
### END INIT INFO

cryptdisks:
### BEGIN INIT INFO
# Provides:          cryptdisks
# Required-Start:    checkroot cryptdisks-early
# Required-Stop:     umountroot cryptdisks-early
# Should-Start:      udev mdadm-raid lvm2
# Should-Stop:       udev mdadm-raid lvm2
# X-Start-Before:    checkfs
# X-Stop-After:      umountfs
# X-Interactive:     true
# Default-Start:     S
# Default-Stop:      0 6
# Short-Description: Setup remaining encrypted block devices.
# Description:
### END INIT INFO

feel free to test if this restores legacy behaviour on your system, it
does on mine. but additional testing (i.e. by you) is higly appreciated.

greetings,
 jonas

Attachment: signature.asc
Description: Digital signature

Reply via email to