Skip to content

Commit 8b8c39d

Browse files
committed
misc updates
Fix comment. Update bash directives to a form I'm more used to.
1 parent 651fd62 commit 8b8c39d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-coreos-disk-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/bash
2-
set -x -euo pipefail
2+
set -eux -o pipefail
33

44
# Run this script on a fully up to date Fedora 41 VM with SELinux
55
# in permissive mode and the following tools installed:
@@ -94,7 +94,7 @@ main() {
9494
esac
9595
outfile="./$(basename $OCIARCHIVE).${ARCH}.${platform}.${suffix}"
9696

97-
# - rootfs size is only used on s390x secex so we pass "" here
97+
# - rootfs size is only used on s390x secex so we pass "0" here
9898
# - extra-kargs from image.yaml/image.json is currently empty
9999
# on RHCOS but we may want to start picking it up from inside
100100
# the container image (/usr/share/coreos-assembler/image.json)

0 commit comments

Comments
 (0)