- mkinitd-boot.sh: Clear {root,resume}_major variable

If multipath is in use, md is always on top of it. Therefore, the root
  device is always an md device. (bnc#786526)

OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=91
This commit is contained in:
Neil Brown
2013-09-09 03:08:27 +00:00
committed by Git OBS Bridge
parent 984ab4d563
commit b5f32620da
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 9 03:06:20 UTC 2013 - nfbrown@suse.com
- mkinitd-boot.sh: Clear {root,resume}_major variable
If multipath is in use, md is always on top of it. Therefore, the root
device is always an md device. (bnc#786526)
-------------------------------------------------------------------
Fri Sep 6 04:02:41 UTC 2013 - nfbrown@suse.com