Skip to content

Commit 47daa33

Browse files
committed
Explicitly specify -iso for 'linuxkit run'
linuxkit/linuxkit#3002 removed some of the auto-detection code for booting from an ISO (for hyperkit). Let's specify '-iso' explicitly. resolves #76 Signed-off-by: Rolf Neugebauer <[email protected]>
1 parent 8fb6d31 commit 47daa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ if [ -n "${metadata}" ] ; then
9797
echo "${metadata}" > $state/metadata.json
9898
fi
9999

100-
exec linuxkit run ${KUBE_RUN_ARGS} -networking ${KUBE_NETWORKING} -cpus ${KUBE_VCPUS} -mem ${KUBE_MEM} -state "${state}" -disk size=${KUBE_DISK} -data-file $state/metadata.json ${uefi} "${img}${suffix}"
100+
exec linuxkit run ${KUBE_RUN_ARGS} -networking ${KUBE_NETWORKING} -cpus ${KUBE_VCPUS} -mem ${KUBE_MEM} -state "${state}" -disk size=${KUBE_DISK} -data-file $state/metadata.json -iso ${uefi} "${img}${suffix}"

0 commit comments

Comments
 (0)