Remote installation of FreeBSD: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
: where <code>/dev/sda</code> is the boot drive. | : where <code>/dev/sda</code> is the boot drive. | ||
* Reboot | * Reboot | ||
* Login as root, password: mfsroot | |||
* <code>mkdir /mnt/dist</code> | * <code>mkdir /mnt/dist</code> | ||
* <code>mount /dev/ada0p3 /mnt/dist</code> | * <code>mount /dev/ada0p3 /mnt/dist</code> | ||
Revision as of 20:54, 17 November 2024
- Download the special edition mfsBSD USB memstick image
dd if=mfsbsd-se-14.1-RELEASE-amd64.img of=/dev/sda bs=1M
- where
/dev/sdais the boot drive.
- Reboot
- Login as root, password: mfsroot
mkdir /mnt/distmount /dev/ada0p3 /mnt/distmkdir /usr/freebsd-distcp /mnt/dist/14.1-RELEASE/*.txz /usr/freebsd-dist/umount /mnt/distbsdinstall