From 03edaf4c8fab6f2da25b9a37b148ebf1eb2d4a10 Mon Sep 17 00:00:00 2001 From: Bastian Bittorf Date: Tue, 12 Jan 2021 15:34:10 +0100 Subject: [PATCH] add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..a798aaae --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Usage: + +Bootstrap MES and more: + +``` +# start a qemu-instance: +# ./rootfs + +or + +# bootstraps in a chroot: +# ./rootfs chroot +``` + +It mounts a ramdisk/tmpfs, where +all the produced stuff lands in. +