From ba8009b447e9087bf144d1046201bb397a393cd0 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sat, 8 Mar 2025 17:49:29 +0100 Subject: [PATCH] vault backup: 2025-03-08 17:49:29 --- ...y Dedibox server (Online.net) with root on ZFS.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/2025/FreeBSD 14.2-RELEASE on a Scaleway Dedibox server (Online.net) with root on ZFS.md b/2025/FreeBSD 14.2-RELEASE on a Scaleway Dedibox server (Online.net) with root on ZFS.md index 9bd28ab..85dfcc7 100644 --- a/2025/FreeBSD 14.2-RELEASE on a Scaleway Dedibox server (Online.net) with root on ZFS.md +++ b/2025/FreeBSD 14.2-RELEASE on a Scaleway Dedibox server (Online.net) with root on ZFS.md @@ -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` ([Google’s 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