diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-29 01:04:02 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-29 01:04:02 -0400 |
commit | 06baf408bcdd7b983aea92dac73195fc52c7de22 (patch) | |
tree | 34c6bbcc4cd16b73f4058b983e2dd7fb2320fe45 | |
parent | 4a87323344ef93106c4ca6797495f5804631bc77 (diff) |
docs: Add README
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |