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.
2 parents cd83eff + d57f8fa commit 9d81b56Copy full SHA for 9d81b56
devsetup/scripts/gen-edpm-node-bootc.sh
@@ -81,7 +81,9 @@ network:
81
- ${DATAPLANE_DNS_SERVER}
82
EOF
83
84
-genisoimage -output ${EDPM_BOOTC_OUTPUT_DIR}/cidata.iso -V CIDATA -r -J ${EDPM_BOOTC_OUTPUT_DIR}/user-data ${EDPM_BOOTC_OUTPUT_DIR}/meta-data ${EDPM_BOOTC_OUTPUT_DIR}/network-config
+# cidata.iso could be owned qemu:qemu if used previously, just delete any old file found
85
+sudo -E rm -f ${EDPM_BOOTC_OUTPUT_DIR}/cidata.iso
86
+xorrisofs -output ${EDPM_BOOTC_OUTPUT_DIR}/cidata.iso -V CIDATA -r -J ${EDPM_BOOTC_OUTPUT_DIR}/user-data ${EDPM_BOOTC_OUTPUT_DIR}/meta-data ${EDPM_BOOTC_OUTPUT_DIR}/network-config
87
88
sudo podman run --rm -it --privileged \
89
-v ${OUTPUT_DIR}:/target:z \
0 commit comments