parallel-debian: Exclude plymouth
Otherwise the boot will stall if there's no plymouth in the target image.
This commit is contained in:
parent
95e7775c2d
commit
f265579367
|
|
@ -200,7 +200,7 @@ OBJ=gnomeos-initrd.img
|
||||||
VOBJ=gnomeos-initrd-${kv}.img
|
VOBJ=gnomeos-initrd-${kv}.img
|
||||||
if ! test -f ${OBJ}; then
|
if ! test -f ${OBJ}; then
|
||||||
rm -f ${OBJ}.tmp ${VOBJ}.tmp
|
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}
|
mv ${VOBJ}.tmp ${VOBJ}
|
||||||
ln -sf ${VOBJ} gnomeos-initrd.img
|
ln -sf ${VOBJ} gnomeos-initrd.img
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue