dracut/0128-90lvm-Install-dm-snapshot-module.patch
Marcus Meissner 6343b1a16d Accepting request 338948 from home:trenn:branches:Base:System
- Always install dm-snaphost module if lvm dracut module is needed,
  even if dm-snampshot is not loaded on the host yet (bsc#947518)
A 0128-90lvm-Install-dm-snapshot-module.patch

OBS-URL: https://build.opensuse.org/request/show/338948
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=234
2015-10-17 12:02:47 +00:00

14 lines
432 B
Diff

Index: dracut-043/modules.d/90lvm/module-setup.sh
===================================================================
--- dracut-043.orig/modules.d/90lvm/module-setup.sh 2015-06-15 12:27:21.000000000 +0200
+++ dracut-043/modules.d/90lvm/module-setup.sh 2015-10-14 14:50:35.699797733 +0200
@@ -43,7 +43,7 @@ cmdline() {
}
installkernel() {
- instmods dm-snapshot
+ hostonly='' instmods dm-snapshot
}
# called by dracut