Files
os-builder/configs/amd64
T

22 lines
671 B
Plaintext

# This builds VesperOS for amd64
ARCH=amd64
# Suffix to append to the image name.
# For example, if set to "amd64", the produced image will be named "vesperos-amd64.img".
IMG_SUFFIX="amd64"
# Exports to produce
EXPORTS="stage3:squashfs"
# Weather to export the image with compression (zip, gz, xz) or not (none)
DEPLOY_COMPRESSION="none"
# Set LIVEBOOT=1 to also produce a livefs.squashfs with Calamares installed
# for use with gen-installmedia. Outputs deploy/livefs.{squashfs,vmlinuz,initrd.img}
# alongside the clean deploy/rootfs.squashfs.
LIVEBOOT=1
# Live boot options
LIVE_USERNAME="vesper"
LIVE_USER_FULLNAME="VesperOS Live User"
LIVE_USER_PASSWORD="vesper"