logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: c74479c265023dae0de75fb927e746a51ba9531e
parent ac773baad12af39b210fb0835090089caa9a215e
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  4 Dec 2020 13:03:33 -0800

Add /bin/plumb symlink to /etc/plumb

Users can then either use a custom plumb script in their path, or
edit a global one at /etc/plumb.

Diffstat:

Mpkg/skeleton/gen.lua1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/skeleton/gen.lua b/pkg/skeleton/gen.lua @@ -1,4 +1,5 @@ dir('bin', '755') +sym('bin/plumb', '../etc/plumb') dir('boot', '755') dir('dev', '755') dir('etc', '755')