From 3da47c904f489002ca54ccbd70cb3d9f9499b634 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 19 Nov 2025 19:41:57 -0700 Subject: [PATCH] Update mission.txt --- mission.html | 18 ------------------ mission.txt | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 mission.html create mode 100644 mission.txt diff --git a/mission.html b/mission.html deleted file mode 100644 index 3756252..0000000 --- a/mission.html +++ /dev/null @@ -1,18 +0,0 @@ -"cartridge" (disk image) based pragmatic security focused distro. - -disk images for a variety of use cases sit in /img/ on the largest blk device. - -you choose which one gets mounted as root on boot. - -a simple wrapper for qemu allows you boot the other images as virtual machines. - -this allows testing of kernel and all dependencies. if you - -helper scripts allow you to promote the contents of the image to the main kernel and initramdisk to the primary boot slot. - -this effectively gives you some of the immutability features of nix, with the flexibility of ubuntu/debian. - -unique applications: -QEMU virtualization tooling. helper functions with optional persistence. - -DNS and application level firewalls. \ No newline at end of file diff --git a/mission.txt b/mission.txt new file mode 100644 index 0000000..1d8bd4f --- /dev/null +++ b/mission.txt @@ -0,0 +1,19 @@ +"cartridge" (disk image) based pragmatic security focused distro. + +your disk/distro images sit in /img/ on your largest blk device. + +you choose which one gets mounted as root on boot. + +a simple wrapper for qemu allows you boot the other images as virtual machines. + +this allows testing of kernel and all dependencies. + +helper scripts allow you to promote the boot and kernel contents of a image to be the primary kernel and initramdisk. + +this effectively gives you some of the immutability features of nix, with the flexibility of ubuntu/debian. + +in addition to a basic modern systemd/xwayland based desktop we have some QEMU virtualization tooling. + +specifically some helper functions that allow you to launch those images with optional persistence. + +this also features both hostname/DNS and application layer firewalls. \ No newline at end of file