]> git.ipfire.org Git - thirdparty/dracut.git/commit
split plymouth module
authorDave Young <dyoung@redhat.com>
Mon, 12 Nov 2012 09:24:41 +0000 (17:24 +0800)
committerHarald Hoyer <harald@redhat.com>
Fri, 14 Dec 2012 08:04:55 +0000 (09:04 +0100)
commit2258f00e915ea2652b0d8fd1cff9a14998f1897b
tree430bf5dbeb8ec8f542e4f906a6e5d1d025c2925a
parent2bac2d6d762c3951a42d511b655bb64861344dee
split plymouth module

Kdump module will need the drm and kms kernel modules so user can see the
emergency shell at least.

Fix this by split 50plymouth module to 50drm and 50plymouth. Moving the
installkernel part to 50drm so user can use drm directly without adding
extra plymouth utils.

Signed-off-by: Dave Young <dyoung@redhat.com>
Tested-by: Chao Wang <chaowang@redhat.com>
modules.d/50drm/module-setup.sh [new file with mode: 0644]
modules.d/50plymouth/module-setup.sh