parallel-debian: Exclude plymouth

Otherwise the boot will stall if there's no plymouth in the
target image.
This commit is contained in:
Colin Walters 2011-11-10 08:36:21 -05:00
parent 95e7775c2d
commit f265579367

View File

@ -200,7 +200,7 @@ OBJ=gnomeos-initrd.img
VOBJ=gnomeos-initrd-${kv}.img
if ! test -f ${OBJ}; then
rm -f ${OBJ}.tmp ${VOBJ}.tmp
$DRACUT -l -v --include `pwd`/ostree_switch_root /sbin/ostree_switch_root ${VOBJ}.tmp
$DRACUT -l -v -o plymouth --include `pwd`/ostree_switch_root /sbin/ostree_switch_root ${VOBJ}.tmp
mv ${VOBJ}.tmp ${VOBJ}
ln -sf ${VOBJ} gnomeos-initrd.img
fi