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 .PHONY: default init configure build install clean
DIST := trixie DIST := trixie
AREA := main contrib non-free-firmware
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
@@ -19,12 +18,11 @@ default: init configure build
init: init:
mkdir -p builds/$(DIST) mkdir -p builds/$(DIST)
cd builds/$(DIST) && \ cd builds/$(DIST) && \
lb config --distribution $(DIST) \ lb config --distribution $(DIST) --debian-installer live
--archive-areas "$(AREA)" --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) && \
@@ -44,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
@@ -1,9 +1,5 @@
bind9-dnsutils bind9-dnsutils
build-essential
curl curl
dkms
linux-headers-amd64
linux-image-amd64
openssh-client openssh-client
pwgen pwgen
python3-pip python3-pip
@@ -15,6 +11,3 @@ tree
vim vim
wget wget
wireguard 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