Compare commits

1 Commits

Author SHA1 Message Date
kris ba71688cee testing 2025-09-23 21:09:12 -04:00
5 changed files with 15 additions and 14 deletions
+5 -7
View File
@@ -1,11 +1,10 @@
.PHONY: default init configure build install clean
DIST := trixie
AREA := main contrib non-free-firmware
INFO := debian13
NAME := live_$(DIST)
SESH := qemu:///session
PKGS := base
PKGS := base sway
STOW := base
MACH := q35
VCPU := 2
@@ -19,12 +18,11 @@ default: init configure build
init:
mkdir -p builds/$(DIST)
cd builds/$(DIST) && \
lb config --distribution $(DIST) \
--archive-areas "$(AREA)" --debian-installer live
lb config --distribution $(DIST) --debian-installer live
configure:
stow -t ./builds/$(DIST) -D $(PKGS)
stow -t ./builds/$(DIST) $(STOW)
stow -v -t ./builds/$(DIST) -D $(PKGS)
stow -v -t ./builds/$(DIST) $(STOW)
build:
cd builds/$(DIST) && \
@@ -44,7 +42,7 @@ install:
--cdrom "$(ISO)" \
--disk none \
--network "$(NET)" \
--graphics spice,listen=127.0.0.1 \
--graphics spice,listen=127.0.0.1,image.compression=off \
--video virtio \
--noautoconsole
@@ -1,9 +1,5 @@
bind9-dnsutils
build-essential
curl
dkms
linux-headers-amd64
linux-image-amd64
openssh-client
pwgen
python3-pip
@@ -15,6 +11,3 @@ tree
vim
wget
wireguard
zfs-dkms
zfs-initramfs
zfsutils-linux
@@ -0,0 +1,6 @@
# shellcheck shell=bash
if [ "$(tty)" = "/dev/tty1" ]; then
export WLR_RENDERER_ALLOW_SOFTWARE=1
exec sway
fi
@@ -0,0 +1,2 @@
set $term kitty
exec kitty
@@ -0,0 +1,2 @@
sway
kitty