readme: update status

This commit is contained in:
illiliti 2021-07-31 20:53:39 +03:00
parent ebd62388e0
commit c9da1e8a55

View File

@ -1,7 +1,7 @@
Tinyramfs Tinyramfs
========= =========
**Currently tinyramfs is incomplete, don't expect that everything is working** **Usable and stable. Documentation will be rewritten and (re-)added later.**
Features Features
-------- --------
@ -46,20 +46,7 @@ Installation
------------ ------------
```sh ```sh
git clone https://github.com/illiliti/tinyramfs make PREFIX=/usr install
cd tinyramfs
make install
```
Usage
-----
```sh
# read tinyramfs.config(5) and setup /etc/tinyramfs/config
# run as root
tinyramfs -o "/boot/initramfs-$(uname -r)"
# update your bootloader
# reboot...
``` ```
Thanks Thanks