Accepting request 71849 from Base:System

- don't hard require boot.device-mapper in boot.dmraid. dm-mod is
  autoloaded when accessing /dev/mapper/control anyways. (forwarded request 71649 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/71849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmraid?expand=0&rev=34
This commit is contained in:
Sascha Peilicke 2011-05-30 07:52:55 +00:00 committed by Git OBS Bridge
commit ec7225f823
2 changed files with 9 additions and 3 deletions

View File

@ -6,10 +6,10 @@
# #
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: boot.dmraid # Provides: boot.dmraid
# Required-Start: boot.device-mapper boot.udev boot.rootfsck # Required-Start: boot.udev boot.rootfsck
# Should-Start: boot.multipath boot.md boot.scsidev # Should-Start: boot.device-mapper boot.multipath boot.md boot.scsidev
# X-Start-Before: boot.localfs # 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 # Should-Stop: boot.multipath boot.md boot.scsidev
# X-Stop-Before: boot.localfs # X-Stop-Before: boot.localfs
# Default-Start: B # 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 Mon Apr 19 23:11:39 UTC 2010 - nfbrown@novell.com