vault backup: 2025-03-08 17:49:29
This commit is contained in:
parent
d5c3712dff
commit
ba8009b447
|
|
@ -44,12 +44,6 @@ 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
|
# 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` ([Google’s public DNS](https://developers.google.com/speed/public-dns), you can check yours in `/etc/resolv.conf`)
|
|
||||||
|
|
||||||
Then
|
Then
|
||||||
- On the **partitioning** dialog, choose **Auto (ZFS) Guided Root-on-ZFS**
|
- 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.
|
- Follow installer up to the end, and when asked for **Manual Configuration**, choose **yes** to open a shell before exiting the installer.
|
||||||
|
|
@ -57,11 +51,7 @@ Then
|
||||||
|
|
||||||
```
|
```
|
||||||
# /etc/rc.conf
|
# /etc/rc.conf
|
||||||
|
|
||||||
ifconfig_igb0="DHCP"
|
ifconfig_igb0="DHCP"
|
||||||
|
|
||||||
# /etc/resolv.conf
|
|
||||||
nameserver x.x.x.x
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue