Enable Lunar build
This commit is contained in:
parent
1cc82c32c6
commit
7e91604d35
4 changed files with 10 additions and 8 deletions
2
build.sh
2
build.sh
|
@ -27,7 +27,7 @@ apt-get update
|
||||||
apt-get install -y binutils zstd live-build
|
apt-get install -y binutils zstd live-build
|
||||||
dpkg -i ./debs/*.deb
|
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 () {
|
||||||
BUILD_ARCH="$1"
|
BUILD_ARCH="$1"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[terminal]
|
[terminal]
|
||||||
vt = "next"
|
vt = 7
|
||||||
|
|
||||||
[default_session]
|
[default_session]
|
||||||
command = "tuigreet --remember --time --issue --asterisks --cmd sway"
|
command = "cage -s -- gtkgreet"
|
||||||
user = "greeter"
|
user = "_greetd"
|
||||||
|
|
||||||
[initial_session]
|
[initial_session]
|
||||||
command = "sway"
|
command = "sway"
|
||||||
|
|
2
etc/config/includes.chroot/etc/greetd/environments
Normal file
2
etc/config/includes.chroot/etc/greetd/environments
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sway
|
||||||
|
bash
|
|
@ -2,16 +2,16 @@
|
||||||
ARCH="amd64"
|
ARCH="amd64"
|
||||||
|
|
||||||
# base codename
|
# base codename
|
||||||
BASECODENAME="kinetic"
|
BASECODENAME="lunar"
|
||||||
|
|
||||||
# base version
|
# base version
|
||||||
BASEVERSION="22.10"
|
BASEVERSION="23.04"
|
||||||
|
|
||||||
# distribution codename
|
# distribution codename
|
||||||
CODENAME="kinetic"
|
CODENAME="lunar"
|
||||||
|
|
||||||
# distribution version
|
# distribution version
|
||||||
VERSION="22.10"
|
VERSION="23.04"
|
||||||
|
|
||||||
# distribution channel
|
# distribution channel
|
||||||
#CHANNEL="stable"
|
#CHANNEL="stable"
|
||||||
|
|
Loading…
Add table
Reference in a new issue