From 188bd7dc73f46745a12be152c21f433e735a5b50 Mon Sep 17 00:00:00 2001 From: Ezri Date: Fri, 11 Jul 2025 09:14:07 -0600 Subject: [PATCH] initial commit --- .gitignore | 10 ++++++++++ README.md | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..711a4c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +mkosi.local/ +mkosi.local.conf +mkosi.output/ +mkosi.cache/ +mkosi.tools/ +mkosi.tools.manifest +mkosi.key +mkosi.crt +.mkosi-private diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d565ca --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# BlackwallOS + +BlackwallOS is an immutable Linux distribution designed to effectively defend against certain high-threat-level attacks (such as so-called "evil maid" attacks), as well as stop any malicious code from gaining persistence. It is based on the design and principles of [ParticleOS](https://github.com/systemd/particleos).