diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-04 00:52:45 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-04 00:52:45 -0400 |
commit | 9adc9f74d66366e72d83a2ca9142c394f5ad5e2c (patch) | |
tree | cba2e677967dd4e22fbe1488c071ef5605a27262 /tools/omar/README | |
parent | 686747bea40b4c01243ffcca2c830686fcf96d8e (diff) | |
parent | 2e7a8f3592dc4023256a2e2fcb95f710207d6bdc (diff) |
Merge branch 'build-openbsd' into expt
Diffstat (limited to 'tools/omar/README')
-rw-r--r-- | tools/omar/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/omar/README b/tools/omar/README new file mode 100644 index 0000000..3c74d78 --- /dev/null +++ b/tools/omar/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. |