diff --git a/src/create_disk.sh b/src/create_disk.sh index e9cd8596ce..f59cbbfe2e 100755 --- a/src/create_disk.sh +++ b/src/create_disk.sh @@ -209,7 +209,7 @@ if [ "${remote_name}" != NONE ]; then fi ostree pull-local "$ostree" "$ref" --repo rootfs/ostree/repo $remote_arg ostree admin os-init "$os_name" --sysroot rootfs -allkargs='root=/dev/disk/by-label/root rootflags=defaults,prjquota rw $ignition_firstboot' +allkargs='$ignition_firstboot' allkargs="$allkargs $extrakargs" kargsargs="" for karg in $allkargs