Age | Commit message (Collapse) | Author |
|
The mdev init script isn't guaranteed to be there anymore;
we explicitly add the busybox-mdev-openrc package when choosing
mdev as our device manager.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
|
|
we should stop and disable hwdrivers when we stop and disable mdev
ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/14046
|
|
|
|
|
|
Have a shared test_env.sh to de-duplicate code.
Add a common test_usage, where we test that:
- option -h prints to stdout and exit with success
- invalid option prints usage to stderr and exit with error
Use a common init_tests and a common atf_init_test_cases
Move documenation links to README.md
|
|
Makes it more visible.
|
|
only test the help text for now
|