diff options
Diffstat (limited to 'setup-preimage')
-rwxr-xr-x | setup-preimage | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/setup-preimage b/setup-preimage index 7892a0d..7099227 100755 --- a/setup-preimage +++ b/setup-preimage @@ -33,3 +33,9 @@ EOF # maybe not necessary? chown -R 1000:300 root etc; + +# FIXME: see setup-abuild script +mkdir -p sbin; +ln -s /usr/local/bin/apk sbin/apk; + +# FIXME: add /etc/resolv.conf? let user do it? |