We needed that at some point to make sure that KMS would function
properly - but at this point it is just a waste of extra
space on the ramdisk.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
.PHONY: root_image-userspace-install
root_image-userspace-install: $(USERSPACE_INSTALL) add-libs add-bins add-debug-bins \
tools-install wget-install vim-install rsync-install openssh-install \
- xtt-tools-install netperf-install lvm2-install plymouth-install \
+ xtt-tools-install netperf-install lvm2-install \
pciutils-install iscsi-install bridge-utils-install xend-install \
nfs-install fio-install irqbalance-install pm-utils-install \
cpufrequtils-install xenalyze-install
plymouth --hide-splash
}
+which plymouth 1>/dev/null 2>/dev/null
+if [ $? -eq 1 ]; then
+ echo "No plymouth. Disabling FB tests."
+ exit
+fi
NORM=$(boot_parameter 'nofb')
if [ $? == 1 ]; then
case "$1" in