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>
17 lines
634 B
Bash
17 lines
634 B
Bash
# Copy to config/dev-image.env and adjust after setup-dev-signing.sh.
|
|
#
|
|
# ACCOUNT_ID comes from: snapcraft whoami (or snap whoami when logged in)
|
|
# SIGN_KEY_NAME comes from: snap keys (after snapcraft create-key + register-key)
|
|
|
|
ACCOUNT_ID=
|
|
SIGN_KEY_NAME=salmanoff-dev
|
|
|
|
# System user created on first boot (no Ubuntu One / console-conf SSO).
|
|
SYSTEM_USER_NAME=smo
|
|
SYSTEM_USER_EMAIL=smo-dev@salmanoff
|
|
# Public key used in the system-user assertion (private key stays local).
|
|
SSH_PUBKEY_FILE=config/ssh/smo-dev.pub
|
|
|
|
# Dangerous-grade dev model (UC26 amd64). salmanoff is optional until --snap is passed.
|
|
MODEL_NAME=salmanoff-dev-amd64
|