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
|
||||
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"
|
||||
|
|
|
@ -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"
|
||||
|
|
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"
|
||||
|
||||
# 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue