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.
1 parent 651fd62 commit 8b8c39dCopy full SHA for 8b8c39d
custom-coreos-disk-images.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/bash
2
-set -x -euo pipefail
+set -eux -o pipefail
3
4
# Run this script on a fully up to date Fedora 41 VM with SELinux
5
# in permissive mode and the following tools installed:
@@ -94,7 +94,7 @@ main() {
94
esac
95
outfile="./$(basename $OCIARCHIVE).${ARCH}.${platform}.${suffix}"
96
97
- # - rootfs size is only used on s390x secex so we pass "" here
+ # - rootfs size is only used on s390x secex so we pass "0" here
98
# - extra-kargs from image.yaml/image.json is currently empty
99
# on RHCOS but we may want to start picking it up from inside
100
# the container image (/usr/share/coreos-assembler/image.json)
0 commit comments