We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rdcore zipl
1 parent 486b4f0 commit 3d742f1Copy full SHA for 3d742f1
src/create_disk.sh
@@ -488,9 +488,7 @@ ppc64le)
488
;;
489
s390x)
490
ostree config --repo $rootfs/ostree/repo set sysroot.bootloader zipl
491
- # XXX: switch to using --append-karg once we have new enough rdcore
492
- # https://github.com/coreos/coreos-installer/pull/950
493
- rdcore_zipl_args=("--boot-mount=$rootfs/boot" "--kargs=ignition.firstboot")
+ rdcore_zipl_args=("--boot-mount=$rootfs/boot" "--append-karg=ignition.firstboot")
494
# in the secex case, we run zipl at the end; in the non-secex case, we need
495
# to run it now because zipl wants rw access to the bootfs
496
if [[ ${secure_execution} -ne 1 ]]; then
0 commit comments