toybox cp fixed

This commit is contained in:
illiliti 2020-08-24 17:13:17 +03:00
parent efbfe09094
commit 3cd153267a

View File

@ -39,7 +39,6 @@ Notes
* busybox modutils doesn't handle soft dependencies (modules.softdep). You must manually copy them using hooks
* busybox and toybox blkid doesn't support PARTUUID. You must use util-linux blkid for PARTUUID support
* `cp` in toybox incorrectly handles `-P` flag. You need to apply patch from [this issue](https://github.com/landley/toybox/issues/174) or replace cp with another implementation
Installation
------------