Skip to content

Commit 6ecd639

Browse files
committed
Fix centos/test-image-live-disk-v10
There is no package named iprutils
1 parent 72725c8 commit 6ecd639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tests/x86/centos/test-image-live-disk-v10/appliance.kiwi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<package name="firewalld"/>
6464
<package name="hostname"/>
6565
<package name="initscripts"/>
66-
<package name="iprutils"/>
6766
<package name="irqbalance"/>
6867
<package name="kexec-tools"/>
6968
<package name="openssh-clients"/>
@@ -77,6 +76,7 @@
7776
<package name="xfsprogs"/>
7877
<package name="NetworkManager"/>
7978
<package name="glibc-all-langpacks"/>
79+
<package name="iputils"/>
8080
</packages>
8181
<packages type="image" profiles="Live">
8282
<package name="dracut-kiwi-live"/>

0 commit comments

Comments
 (0)