17 lines
633 B
Plaintext
17 lines
633 B
Plaintext
# This builds VesperOS for amd64
|
|
ARCH=amd64
|
|
|
|
# Set LIVEINSTALL=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,vmlinuz,initrd.img}
|
|
LIVEINSTALL=1
|
|
|
|
# Set LIVEBOOT=1 to install live-boot packages and regenerate the initrd with
|
|
# squashfs/overlay support — required for booting rootfs.squashfs from an ISO via live-boot.
|
|
LIVEBOOT=1
|
|
|
|
# Live session user credentials (written to /etc/live/config.conf)
|
|
LIVE_USERNAME="vesper"
|
|
LIVE_USER_FULLNAME="VesperOS Live User"
|
|
LIVE_USER_PASSWORD="vesper"
|