Skip to content

Commit

Permalink
fix(cloud-init): change paths for qemu and OVMF
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyosodo committed Oct 4, 2024
1 parent bfd6ff3 commit 239c6ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloud-init/qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ RAM="16384M"
CPU="8"
USER="ultraviolet"
PASSWORD="password"
QEMU_BINARY="/home/cocosai/danko/AMDSEV/usr/local/bin/qemu-system-x86_64"
OVMF_CODE="/home/cocosai/danko/AMDSEV/OVMF_CODE.fd"
OVMF_VARS="/home/cocosai/danko/AMDSEV/OVMF_VARS.fd"
QEMU_BINARY="/var/cube-ai/bin/qemu-system-x86_64"
OVMF_CODE="/var/cube-ai/OVMF_CODE.fd"
OVMF_VARS="/var/cube-ai/OVMF_VARS.fd"

if ! command -v wget &> /dev/null; then
echo "wget is not installed. Please install it and try again."
Expand Down

0 comments on commit 239c6ee

Please sign in to comment.