tinyramfs: simplification and cleanup

This commit is contained in:
illiliti
2021-05-10 16:00:51 +03:00
parent bd16dcbd77
commit 0b96f116dd
3 changed files with 51 additions and 48 deletions

View File

@ -80,8 +80,9 @@ interact with build and init system.
- B: tmpdir - full path of tinyramfs working directory (initramfs rootfs in future)
- B: kernel - kernel version
- B: moddir - modules directory
- B: init - path to init script
- B: helper - path to device-helper script
- B: config - config location
- B: srcdir - directory of tinyramfs system files
- B: output - output path
- BI: see tinyramfs.config(5)
```