aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-04-29 01:04:02 -0400
committerIan Moffett <ian@osmora.org>2025-04-29 01:04:02 -0400
commit06baf408bcdd7b983aea92dac73195fc52c7de22 (patch)
tree34c6bbcc4cd16b73f4058b983e2dd7fb2320fe45
parent4a87323344ef93106c4ca6797495f5804631bc77 (diff)
docs: Add README
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..3c74d78
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+------------------------------
+OMAR - OSMORA Archive Format
+------------------------------
+
+OMAR is a minimal, bullshit free archive format aimed to replace
+the old and outdated CPIO (copy in/out) format.
+
+OMAR is designed for readonly in-memory filesystems (such as initramfs),
+with simplicity, clarity and "getting it done" in mind.