vault backup: 2025-03-08 17:49:29

This commit is contained in:
Jerry Jacobs 2025-03-08 17:49:29 +01:00
parent d5c3712dff
commit ba8009b447
1 changed files with 1 additions and 11 deletions

View File

@ -44,24 +44,14 @@ Start the FreeBSD installer through Qemu, attached to the physical server disk,
# qemu-system-x86_64 -hda /dev/sda -cdrom FreeBSD-14.2-RELEASE-amd64-disc1.iso -net none -curses -boot d
```
Configure IPv4 static IP (as there is no DHCP server on the Linux host)
- IP Address: `192.168.100.2`
- Subnet Mask: `255.255.255.0`
- default router: `192.168.100.1`
- IPv4 DNS #1: `8.8.8.8` ([Googles public DNS](https://developers.google.com/speed/public-dns), you can check yours in `/etc/resolv.conf`)
Then
- On the **partitioning** dialog, choose **Auto (ZFS) Guided Root-on-ZFS**
- Follow installer up to the end, and when asked for **Manual Configuration**, choose **yes** to open a shell before exiting the installer.
- Configure the network, modify the files accordingly to your network setup/nic driver:
```
# /etc/rc.conf
# /etc/rc.conf
ifconfig_igb0="DHCP"
# /etc/resolv.conf
nameserver x.x.x.x
```
## See also