Compare commits

..

1 Commits

Author SHA1 Message Date
ba71688cee testing 2025-09-23 21:09:12 -04:00
4 changed files with 14 additions and 4 deletions

View File

@@ -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

View File

@@ -0,0 +1,6 @@
# shellcheck shell=bash
if [ "$(tty)" = "/dev/tty1" ]; then
export WLR_RENDERER_ALLOW_SOFTWARE=1
exec sway
fi

View File

@@ -0,0 +1,2 @@
set $term kitty
exec kitty

View File

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