Enable Lunar build

This commit is contained in:
Aleksey Samoilov 2022-11-21 10:56:31 +04:00
parent 1cc82c32c6
commit 7e91604d35
4 changed files with 10 additions and 8 deletions

View file

@ -27,7 +27,7 @@ apt-get update
apt-get install -y binutils zstd live-build
dpkg -i ./debs/*.deb
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/kinetic
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/lunar
build () {
BUILD_ARCH="$1"

View file

@ -1,9 +1,9 @@
[terminal]
vt = "next"
vt = 7
[default_session]
command = "tuigreet --remember --time --issue --asterisks --cmd sway"
user = "greeter"
command = "cage -s -- gtkgreet"
user = "_greetd"
[initial_session]
command = "sway"

View file

@ -0,0 +1,2 @@
sway
bash

View file

@ -2,16 +2,16 @@
ARCH="amd64"
# base codename
BASECODENAME="kinetic"
BASECODENAME="lunar"
# base version
BASEVERSION="22.10"
BASEVERSION="23.04"
# distribution codename
CODENAME="kinetic"
CODENAME="lunar"
# distribution version
VERSION="22.10"
VERSION="23.04"
# distribution channel
#CHANNEL="stable"