fstab †
vi /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0p2 none swap sw 0 0
- zfs snapshot -r zroot/ROOT@10
portsの準備 †
portsnap fetch
portsnap extract
portsnap fetch update
pkgとportmaster †
pkg install portmaster
echo 'WITH_PKGNG=yes' >> /etc/make.conf
pkg2ng
pkg install -y dialog4ports
- zfs snapshot -r zroot/ROOT@11
freebsd-update †
freebsd-update fetch
freebsd-update install
FreeBSD 10.1-RELEASE-p10
cron †
# FreeBSD update
@daily root freebsd-update cron
# Ports update
0 3 * * * root /usr/sbin/portsnap cron
0 5 * * * root /usr/sbin/portsnap update
zfs snapshot -r zroot/ROOT@12 †
shutdown -r now
zfs send †
mount /dev/ada1p1 /mnt
zfs send -vR zroot/ROOT@12 > /mnt/20150522.zfs
FreeBSD/インストール10.1_2
FreeBSD/インストール10.1
FreeBSD