Commit 65c8e24
committed
kola/testiso: fix pxe-*.rootfs-appended test on s390x
On s390x, `mk-s390image` is used to create a bootable `pxelinux.0`
image from the live-kernel, live-initramfs, and cmdline. Because
the cmdline doesn't include `coreos.liveiso`, systemd starts the
`coreos-livepxe-rootfs.service`, which checks for the presence of
the `coreos.live.rootfs_url` karg or the `/etc/coreos-live-rootfs`
file, but neither is present. At the same time, `kola` generates
a concatenated initramfs. This PR uses that initramfs as input
for `mk-s390image`.1 parent 5e3785f commit 65c8e24
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | | - | |
| 421 | + | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
0 commit comments