Compare commits
1 Commits
998f8ed1a9
...
testing
Author | SHA1 | Date | |
---|---|---|---|
ba71688cee |
8
Makefile
8
Makefile
@@ -4,7 +4,7 @@ DIST := trixie
|
|||||||
INFO := debian13
|
INFO := debian13
|
||||||
NAME := live_$(DIST)
|
NAME := live_$(DIST)
|
||||||
SESH := qemu:///session
|
SESH := qemu:///session
|
||||||
PKGS := base
|
PKGS := base sway
|
||||||
STOW := base
|
STOW := base
|
||||||
MACH := q35
|
MACH := q35
|
||||||
VCPU := 2
|
VCPU := 2
|
||||||
@@ -21,8 +21,8 @@ init:
|
|||||||
lb config --distribution $(DIST) --debian-installer live
|
lb config --distribution $(DIST) --debian-installer live
|
||||||
|
|
||||||
configure:
|
configure:
|
||||||
stow -t ./builds/$(DIST) -D $(PKGS)
|
stow -v -t ./builds/$(DIST) -D $(PKGS)
|
||||||
stow -t ./builds/$(DIST) $(STOW)
|
stow -v -t ./builds/$(DIST) $(STOW)
|
||||||
|
|
||||||
build:
|
build:
|
||||||
cd builds/$(DIST) && \
|
cd builds/$(DIST) && \
|
||||||
@@ -42,7 +42,7 @@ install:
|
|||||||
--cdrom "$(ISO)" \
|
--cdrom "$(ISO)" \
|
||||||
--disk none \
|
--disk none \
|
||||||
--network "$(NET)" \
|
--network "$(NET)" \
|
||||||
--graphics spice,listen=127.0.0.1 \
|
--graphics spice,listen=127.0.0.1,image.compression=off \
|
||||||
--video virtio \
|
--video virtio \
|
||||||
--noautoconsole
|
--noautoconsole
|
||||||
|
|
||||||
|
6
sway/config/includes.chroot/etc/skel/.bash_profile
Normal file
6
sway/config/includes.chroot/etc/skel/.bash_profile
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# shellcheck shell=bash
|
||||||
|
|
||||||
|
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
export WLR_RENDERER_ALLOW_SOFTWARE=1
|
||||||
|
exec sway
|
||||||
|
fi
|
2
sway/config/includes.chroot/etc/skel/.config/sway/config
Normal file
2
sway/config/includes.chroot/etc/skel/.config/sway/config
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
set $term kitty
|
||||||
|
exec kitty
|
2
sway/config/package-lists/sway.list.chroot
Normal file
2
sway/config/package-lists/sway.list.chroot
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
sway
|
||||||
|
kitty
|
Reference in New Issue
Block a user