Commit 0c398e10 authored by Ad Schellevis's avatar Ad Schellevis

oops, wrong move..

parent d04db9be
......@@ -163,6 +163,7 @@ if [ ${USE_MFS_TMPVAR} -ne 0 ]; then
if [ ! -d /root/var/db/pkg ]; then
mkdir -p /root/var/db
mv /var/db/pkg /root/var/db
fi
mdmfs -S -M -s ${tmpsize} md /tmp
......@@ -172,9 +173,7 @@ if [ ${USE_MFS_TMPVAR} -ne 0 ]; then
ln -s /root/var/db/pkg /var/db/pkg
echo "done."
fi
if [ -d /root/var/db/pkg ]; then
elif [ -d /root/var/db/pkg ]; then
# User must have just disabled RAM disks,
# let's move these back into place.
mkdir -p /var/db
......
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