From db6a758ca7027ffef24a0e222fda127cb058414c Mon Sep 17 00:00:00 2001 From: u Date: Fri, 17 Nov 2023 16:34:11 -0500 Subject: rootfs --- rootfs/Makefile | 4 +++- rootfs/samizdat-skel.yaml | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/rootfs/Makefile b/rootfs/Makefile index c68e45a..ef2921e 100644 --- a/rootfs/Makefile +++ b/rootfs/Makefile @@ -11,7 +11,7 @@ patchfs ?= samizdat.patch.btrfs .DEFAULT_GOAL = all -.PHONY: all rootfs patchfs clean +.PHONY: all rootfs patchfs clean cleaner all: $(rootfs) $(patchfs) _build _filesystem: @@ -22,6 +22,8 @@ clean := $(clean) $(clean:%=%.tmp) clean: rm -f $(clean) +cleaner: clean + -$(sudo) btrfs subvolume delete _filesystem rootfs: $(rootfs) patchfs: $(patchfs) diff --git a/rootfs/samizdat-skel.yaml b/rootfs/samizdat-skel.yaml index ac18205..6e009ac 100644 --- a/rootfs/samizdat-skel.yaml +++ b/rootfs/samizdat-skel.yaml @@ -1,18 +1,13 @@ parent: samizdat-wip binaries: - btrfs-shrink -- cokiki - fsmgr - git-ll-remote -- hosts -- kiki - samizdat-daily-snapshot-root - samizdat-diff-root - selfstrap - stack binaries-optional: -- dht -- dhtd - rustup skel-files: @@ -29,8 +24,9 @@ skel-files-optional: - .config/git/ignore - .gitconfig # This embeds my email address so not really suitable permanently. - .spacemacs +- .Xresources.local -# keymap control/recue +# keymap control/rescue - '.local/bin/asdf' - '.local/bin/aoeu' - '.local/bin/ASDF' @@ -46,7 +42,9 @@ skel-files-optional: - '.local/bin/hard-restart-wifi' - '.local/bin/interactive-rename' - '.local/bin/jack-plumbing' +- '.local/bin/latest' - '.local/bin/linlaunch' +- '.local/bin/lpdf' - '.local/bin/lptext' - '.local/bin/midi-dump' - '.local/bin/musopen' @@ -55,7 +53,9 @@ skel-files-optional: - '.local/bin/restart-linux-device' - '.local/bin/safeunrar' - '.local/bin/sliceweasel' +- '.local/bin/ssh-shellwrap' - '.local/bin/thinkpad-rotate' +- '.local/bin/tmux-log-everything' - '.local/bin/x11-ssh-host' - '.local/bin/xtermessage' - '.local/bin/xvnc' -- cgit v1.2.3