Skip to content

Commit

Permalink
Fix s390 test-image-disk build
Browse files Browse the repository at this point in the history
Add missing kernel links used by suse tools
  • Loading branch information
schaefi committed Oct 31, 2024
1 parent 0e986a9 commit 3780b52
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-tests/s390/tumbleweed/test-image-disk/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@
<package name="dracut-kiwi-oem-repart"/>
</packages>
<packages type="bootstrap">
<package name="gawk"/>
<package name="grep"/>
<package name="gzip"/>
<package name="udev"/>
<package name="xz"/>
<package name="shadow"/>
<package name="filesystem"/>
<package name="glibc-locale"/>
<package name="cracklib-dict-full"/>
Expand Down
12 changes: 12 additions & 0 deletions build-tests/s390/tumbleweed/test-image-disk/pre_disk_sync.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -ex

#=======================================
# Create kernel links
#---------------------------------------
pushd boot
rm -f image initrd
ln -s image-* image
ln -s initrd-* initrd
popd

0 comments on commit 3780b52

Please sign in to comment.