8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
# This builds VesperOS for arm64
|
|
ARCH=arm64
|
|
|
|
# Live session user credentials (written to /etc/live/config.conf)
|
|
LIVE_USERNAME="vesper"
|
|
LIVE_USER_FULLNAME="VesperOS Live User"
|
|
LIVE_USER_PASSWORD="vesper"
|