Browse Source

90lvm: Install dm-snapshot module

bnc#888530

Signed-off-by: Thomas Renninger <trenn@suse.de>
master
Thomas Renninger 10 years ago committed by Harald Hoyer
parent
commit
5c84d51b3f
  1. 4
      modules.d/90lvm/module-setup.sh

4
modules.d/90lvm/module-setup.sh

@ -42,6 +42,10 @@ cmdline() {
done done
} }


installkernel() {
instmods dm-snapshot
}

# called by dracut # called by dracut
install() { install() {
local _i local _i

Loading…
Cancel
Save