EDIT:
Now it's possible to do it in -CURRENT.
Just run `echo geom_label_load='"YES"' >> /boot/loader.conf` as root, reboot and use whatever GEOM detects as swap in /dev/swaplinux.
On -STABLE you have to apply the diff in https://github.com/freebsd/freebsd-src/pull/1205 like this:
cd /tmp
fetch https://github.com/freebsd/freebsd-src/pull/1205.diff
cd /usr/src
patch -p1 < /tmp/1205.diff
Now it's possible to do it in -CURRENT.
Just run `echo geom_label_load='"YES"' >> /boot/loader.conf` as root, reboot and use whatever GEOM detects as swap in /dev/swaplinux.
On -STABLE you have to apply the diff in https://github.com/freebsd/freebsd-src/pull/1205 like this:
cd /tmp
fetch https://github.com/freebsd/freebsd-src/pull/1205.diff
cd /usr/src
patch -p1 < /tmp/1205.diff
Last edited: