Hey all,
I am pretty new to FreeBSD. I have been experimenting with it in some qemu vms.
One thing that has confused me is that with the qcow2 releases I have (amd64 and riscv64) there are many duplicate lines in
Is this supposed to be like this?
I am pretty new to FreeBSD. I have been experimenting with it in some qemu vms.
One thing that has confused me is that with the qcow2 releases I have (amd64 and riscv64) there are many duplicate lines in
/etc/rc.conf
Code:
$ cat /mnt/etc/rc.conf
hostname="freebsd"
ifconfig_DEFAULT="DHCP inet6 accept_rtadv"
growfs_enable="YES"
hostname="freebsd"
zfs_enable="YES"
zpool_reguid="zroot"
zpool_upgrade="zroot"
ifconfig_DEFAULT="DHCP inet6 accept_rtadv"
growfs_enable="YES"
hostname="freebsd"
ifconfig_DEFAULT="DHCP inet6 accept_rtadv"
growfs_enable="YES"
hostname="freebsd"
zfs_enable="YES"
zpool_reguid="zroot"
zpool_upgrade="zroot"
ifconfig_DEFAULT="DHCP inet6 accept_rtadv"
growfs_enable="YES"
hostname="freebsd"
ifconfig_DEFAULT="DHCP inet6 accept_rtadv"
growfs_enable="YES"
Is this supposed to be like this?