Say for example I didn't select things like ports or lib32 during the bsdinstall, could I install those later after installation or would I need to reinstall to get those? If I can then how would I do that?
I'm trying to make my own FreeBSD iso which installs kde automatically, and I found two ways.
First is extract base.txz, install all packages I need with help of chroot, repackage base.txz and put it into iso file.
Second is add a script /usr/libexec/bsdinstall/local.post-configure to install...
EDIT: Well this is kind of akward, but it turned out that I could resolve this rather quickly using heredoc strings. Given I'm using Ansible to create the installerconfig file, just copying the modified sshd_config into installerconfig in full via templates actually seems to be the easiest...
Hi everyone,
I'm trying to use Packer to build an AWS AMI of FreeBSD 13.2 with the root filesystem on an ZFS mirror.
I've tried using both a bsdinstall script and a shell script which invokes the individual bsdinstall commands in sequence. In both cases, the Packer shell provisioner detects an...
Hello,
I am currently trying to create a custom script for bsdinstall for my server. I want to apply the partition layout for that specific machine, as well as install certain packages and create some users at install time. My end goal is to have a non-root user account created on install, as...
Hi All,
I upgraded my server from 13.0-RELEASE-p4 to 13.0-RELEASE-p13, and when I tried to run python3.9 in a jail I got the following error:
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/lib/libpython3.9.so.1.0 not found
So I search on the forum and find this...
Hi all,
I am trying to use etc/installerconfig to templatize the dev VM installations that I frequently do, but cannot figure out how to enable networking. I would like to enable networking during the install, so that I can download packages. The interface name with likely be em0, or vtnet0. Is...
When I run bsdinstall jail <jailpath> and select a mirror I get:
Could not download
ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/13.0-RELEASE/MANIFEST
I click <restart> and and get:
Error while fetching
ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/13.0-RELEASE/base.txt...
Is it possibe to run bsdinstall from an existing installation (12.1-RELEASE) onto another connected HDD? Reason I ask is because I'm looking to move/reinstall FreeBSD on my desktop machine from a single 1TB HDD (UFS) to 2x 1TB (ZFS mirror).
Here are the steps I am thinking of following so far...
Hi,
I am trying to configure FreeBSD 11.1 auto installation using the mfsbsd utility, Auto installation works fine when I define 6 partitions but when I try to configure more than 6 partitions then it failed with no space available index '9'
While checking the mfsbsd scripts do_gpt.sh under...
Hello! My immediate goal is the installation of FreeBSD over a Remote SSH session. Prerequisite to that, I need to configure the network on the machine using a Live CD.
I’d like to configure IPv4 using DHCP and IPv6 through SLAAC in the same manner that bsdinstall does during a “normal” initial...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.