Skip to content

Commit 9333944

Browse files
LaszloGombosaafeijoo-suse
authored andcommitted
fix(dmsquash-live): live:/dev/*
fix a bug introduced in 71cfa2e make sure root is set correctly for both of the following cases - "root=live:/dev/*" - "rd.live.image root=/dev/*"
1 parent 10cf8e4 commit 9333944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ case "$liveroot" in
3434
rootok=1
3535
;;
3636
live:/dev/*)
37+
root="live:${root#live:}"
3738
rootok=1
3839
;;
3940
live:/*.[Ii][Mm][Gg] | /*.[Ii][Mm][Gg])

0 commit comments

Comments
 (0)