Blame README_d/README.alpine

Packit Service f629e6
Wed Aug 23 08:19:08 IDT 2017
Packit Service f629e6
============================
Packit Service f629e6
Packit Service f629e6
I have a report that Alpine Linux uses BusyBox for its utilities. In
Packit Service f629e6
particular, the BusyBox ls does not have a -f option. This option is
Packit Service f629e6
needed in at least one of the tests.
Packit Service f629e6
Packit Service f629e6
Install coreutils on your Alpine Linux system:
Packit Service f629e6
Packit Service f629e6
	apk add coreutils
Packit Service f629e6
Packit Service f629e6
in order to get a fully POSIX-compliant ls.
Packit Service f629e6
Packit Service f629e6
Arnold Robbins
Packit Service f629e6
arnold@skeeve.com