summaryrefslogtreecommitdiff
path: root/setup-devd.in
AgeCommit message (Collapse)Author
2022-05-19setup-devd: add more testsNatanael Copa
2022-05-16setup-devd: silence warningsNatanael Copa
add --quiet option to silence warnings
2022-05-16setup-devd: use long opts for rc-serviceNatanael Copa
it makes the script more readable
2022-05-16setup-devd: fix service `mdev-init' does not exist messageNatanael Copa
We currently does not have any mdev-init script.
2022-05-16setup-devd: always perform a coldplug when enabling udevLaurent Bercot
2022-05-12setup-devd: fix usage textNatanael Copa
remove the prog prefix so we are consistent with the other scripts.
2022-05-12setup-devd: make script testable, fix -h usage optionNatanael Copa
Don't exit with error with -h specified. Send usage text to stderr when there is a bad option
2022-05-12setup-devd: don't install non-existing mdev-openrcNatanael Copa
The mdev script is provided by busybox-initscripts
2022-04-08setup-alpine: add setup-devd scriptLaurent Bercot