mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user