# pkgbasify - do the pkgbasify dance - reinstate /var/empty # new kernel - install the new kernel and reboot ``` # pkg-static -o ABI=FreeBSD:15:aarch64 install -r pkg-base -g FreeBSD-kernel-generic # reboot ``` # install all the toys ``` # pkg-static -o ABI=FreeBSD:15:aarch64 install -r pkg-base -g FreeBSD-\* # pkg-static -o ABI=FreeBSD:15:aarch64 install -r pkg tmux rsync neovim \ htop fish ripgrep fd-find zoxide doas tarsnap \ ca_root_nss haproxy-lua zerotier curl ``` # fix up - check group, passwd, sshd_config - update boot loader - reboot ```