Accepting request 71649 from home:lnussel:branches:Base:System

- don't hard require boot.device-mapper in boot.dmraid. dm-mod is
  autoloaded when accessing /dev/mapper/control anyways.

OBS-URL: https://build.opensuse.org/request/show/71649
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmraid?expand=0&rev=17
This commit is contained in:
Cristian Rodríguez 2011-05-28 20:50:00 +00:00 committed by Git OBS Bridge
parent c22ea25ade
commit 2f764f0e30
2 changed files with 9 additions and 3 deletions

View File

@ -6,10 +6,10 @@
#
### BEGIN INIT INFO
# Provides: boot.dmraid
# Required-Start: boot.device-mapper boot.udev boot.rootfsck
# Should-Start: boot.multipath boot.md boot.scsidev
# Required-Start: boot.udev boot.rootfsck
# Should-Start: boot.device-mapper boot.multipath boot.md boot.scsidev
# X-Start-Before: boot.localfs
# Required-Stop: boot.device-mapper boot.udev boot.rootfsck
# Required-Stop: boot.udev boot.rootfsck
# Should-Stop: boot.multipath boot.md boot.scsidev
# X-Stop-Before: boot.localfs
# Default-Start: B

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 27 09:29:31 UTC 2011 - lnussel@suse.de
- don't hard require boot.device-mapper in boot.dmraid. dm-mod is
autoloaded when accessing /dev/mapper/control anyways.
-------------------------------------------------------------------
Mon Apr 19 23:11:39 UTC 2010 - nfbrown@novell.com