vm/initramfs: exclude plymouth module

It doesn't make any sense on hvc console, but causes problems.

Problem: plymouth-quit.service is masked in VM, so plymouthd remains
running controlling console.
This commit is contained in:
Marek Marczykowski 2013-02-09 01:26:13 +01:00
parent 9816084ba9
commit 7d50af9122

View File

@ -324,7 +324,7 @@ mkdir -p %buildroot/%vm_install_dir
/sbin/dracut --nomdadmconf --nolvmconf \ /sbin/dracut --nomdadmconf --nolvmconf \
--kmoddir %buildroot/lib/modules/%kernelrelease \ --kmoddir %buildroot/lib/modules/%kernelrelease \
--include %_sourcedir/vm-initramfs / \ --include %_sourcedir/vm-initramfs / \
--add "dm" \ --add "dm" --omit "plymouth" \
-d "xenblk xen-blkfront cdrom ext4 jbd2 crc16 dm_snapshot" \ -d "xenblk xen-blkfront cdrom ext4 jbd2 crc16 dm_snapshot" \
%buildroot/%vm_install_dir/initramfs %kernelrelease %buildroot/%vm_install_dir/initramfs %kernelrelease