038d59f972
Centralize salmanoff snapcraft, dangerous-model image scripts, and QEMU workflow so UC26 can be reproduced from the SMO repo without ubuntu-core-practice. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
211 B
Bash
7 lines
211 B
Bash
# Defaults for scripts/run-qemu.sh (source manually if you want overrides)
|
|
RAM_MB=2048
|
|
SMP=2
|
|
SSH_PORT=8022
|
|
OVMF_CODE=/usr/share/OVMF/OVMF_CODE_4M.secboot.fd
|
|
OVMF_VARS_TEMPLATE=/usr/share/OVMF/OVMF_VARS_4M.ms.fd
|