Commit e326ad83 authored by Franco Fichtner's avatar Franco Fichtner

rc: migrate to tmpfs; fixes #243

parent fd6c9bc2
......@@ -148,8 +148,8 @@ if [ ${USE_MFS_TMPVAR} -ne 0 ]; then
ln -s /root/var/db/pkg /var/db/pkg
fi
mdmfs -S -M -s 40m md /tmp
mdmfs -S -M -s 60m md /var
mount -t tmpfs -o mode=01777 tmpfs /tmp
mount -t tmpfs tmpfs /var
mkdir -p /var/db
ln -s /root/var/db/pkg /var/db/pkg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment