wangp

Results 3 issues of wangp

The readme doesn't mention it, but `/etc/machine-id` needs to be present otherwise you get a mysterious error: ``` ERROR - failed to run command: root file system mount failed: [Errno...

#### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** #### Local build testing...

new-package

For GNU compatibility, ya_getopt may want to permute non-option arguments to after "--", e.g. ``` $ ./test1.ya foo bar -- -x -y foo bar -- -x -y ``` vs. ```...