summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 926349c..16de69a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -92,10 +92,8 @@ if [ "$PLATFORM" = "cdrom" ] ; then
elif [ "$PLATFORM" = "embedded" ] ; then
# do nothing for embedded platform
elif [ "$PLATFORM" = "nanobsd" ] ; then
- /bin/mkdir -p /root/var/db/pkg
- /bin/mkdir -p /root/var/tmp
-
# Ensure that packages can be persistent across reboots
+ /bin/mkdir -p /root/var/db/pkg
rm -rf /var/db/pkg
ln -s /root/var/db/pkg/ /var/db/pkg
else
OpenPOWER on IntegriCloud