Skip to content

Commit 0e78072

Browse files
LaszloGombosaafeijoo-suse
authored andcommitted
fix(dmsquash-live): restore compatibility with earlier releases
Follow-up to 40dd5c9 .
1 parent 1ddcb13 commit 0e78072

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules.d/90dmsquash-live/dmsquash-live-root.sh

+4
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@ fi
403403

404404
ROOTFLAGS="$(getarg rootflags)"
405405

406+
if [ "$overlayfs" = required ]; then
407+
echo "rd.live.overlay.overlayfs=1" > /etc/cmdline.d/dmsquash-need-overlay.conf
408+
fi
409+
406410
if [ -n "$overlayfs" ]; then
407411
if [ -n "$FSIMG" ]; then
408412
mkdir -m 0755 -p /run/rootfsbase

0 commit comments

Comments
 (0)