33 lines
573 B
Text
33 lines
573 B
Text
# target architecture - i386, amd64 or all
|
|
ARCH="amd64"
|
|
|
|
# base codename
|
|
BASECODENAME="lunar"
|
|
|
|
# base version
|
|
BASEVERSION="23.04"
|
|
|
|
# distribution codename
|
|
CODENAME="lunar"
|
|
|
|
# distribution version
|
|
VERSION="23.04"
|
|
|
|
# distribution channel
|
|
#CHANNEL="stable"
|
|
CHANNEL="dev"
|
|
|
|
# distribution name
|
|
NAME="Ubuntu Sway Remix"
|
|
|
|
# mirror to fetch packages from
|
|
MIRROR_URL="http://archive.ubuntu.com/ubuntu/"
|
|
|
|
# use HWE kernel and packages?
|
|
HWE="no"
|
|
|
|
# suffix for generated .iso files
|
|
OUTPUT_SUFFIX="desktop"
|
|
|
|
# folder suffix for the package lists to use
|
|
PACKAGE_LISTS_SUFFIX="calamares"
|