summaryrefslogtreecommitdiff
path: root/setup-preimage
diff options
context:
space:
mode:
Diffstat (limited to 'setup-preimage')
-rwxr-xr-xsetup-preimage6
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?