Skip to content

Commit 9b287e8

Browse files
committed
Fix test-image-custom-partitions integration test
Same fix as for the Tumbleweed test now also applied to the Leap test. Patching of the new root device did no longer apply
1 parent 5f11002 commit 9b287e8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--- /usr/lib/dracut/modules.d/90kiwi-repart/kiwi-repart-disk.sh
22
+++ /usr/lib/dracut/modules.d/90kiwi-repart/kiwi-repart-disk.sh
3-
@@ -23,6 +23,8 @@ function initialize {
4-
import_file ${profile}
5-
import_file ${partition_ids}
3+
@@ -43,6 +43,8 @@ function initialize {
4+
else
5+
import_file ${partition_ids}
66

7-
+ export kiwi_RootPart=7
7+
+ export kiwi_RootPart=7
88
+
9-
disk=$(lookup_disk_device_from_root)
10-
export disk
11-
9+
disk=$(lookup_disk_device_from_root)
10+
export disk
11+
fi

0 commit comments

Comments
 (0)