-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test 16: create kiwi image with root source
- Loading branch information
1 parent
94cc116
commit 2fd7b1a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 5f65325484871e37548b789dfd7ebda8e6ae63b8 Mon Sep 17 00:00:00 2001 | ||
From 98daf099ec2e6f81c34397cc50fbf5d7fa758bb4 Mon Sep 17 00:00:00 2001 | ||
From: Robert Richardson <[email protected]> | ||
Date: Tue, 12 Apr 2022 18:31:59 +0200 | ||
Subject: [PATCH] test 16 patch | ||
|
@@ -8,7 +8,7 @@ Subject: [PATCH] test 16 patch | |
1 file changed, 38 insertions(+), 20 deletions(-) | ||
|
||
diff --git a/test/TEST-16-DMSQUASH/test.sh b/test/TEST-16-DMSQUASH/test.sh | ||
index 2a68f305..4602b6c3 100755 | ||
index 2a68f305..125d1345 100755 | ||
--- a/test/TEST-16-DMSQUASH/test.sh | ||
+++ b/test/TEST-16-DMSQUASH/test.sh | ||
@@ -4,33 +4,42 @@ TEST_DESCRIPTION="root filesystem on a LiveCD dmsquash filesystem" | ||
|
@@ -105,9 +105,9 @@ index 2a68f305..4602b6c3 100755 | |
+ | ||
+ tree -L 3 kiwi/build-tests | ||
+ | ||
+ kiwi-ng system build \ | ||
+ kiwi-ng system create \ | ||
+ --root $initdir \ | ||
+ --description kiwi/build-tests/x86/leap/test-image-disk \ | ||
+ --set-repo obs://openSUSE:Leap:15.4/standard \ | ||
+ --target-dir /tmp/myimage | ||
+ return 0 | ||
} | ||
|