Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 00:49:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204485] swapfile not mounted on boot
Message-ID:  <bug-204485-8-Upj8Scs0gp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204485-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204485-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204485

--- Comment #1 from zsolt.ero@gmail.com ---
A temporary workaround while this gets fixed is to put the swap line in a
separate fstab file and mount it manually in rc.local:

echo "md99 none swap sw,file=/usr/swap0 0 0" >> /etc/fstab_fix
echo "swapon -F /etc/fstab_fix -aL" > /etc/rc.local

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204485-8-Upj8Scs0gp>