[Bug 274522] FreeBSD ZFS VM image's rc.conf has many repeated lines

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Oct 2023 20:14:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274522

            Bug ID: 274522
           Summary: FreeBSD ZFS VM image's rc.conf has many repeated lines
           Product: Base System
           Version: 14.0-STABLE
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: bugs@FreeBSD.org
          Reporter: me+fbsd@cameronkatri.com

The FreeBSD-14.0-RC1-arm64-aarch64-zfs.raw.xz VM image (maybe others, I didn't 
check) has a rc.conf with a ton of repeated lines. I tried looking at 
why this would be, but the release scripts to create this image went 
right over my head.

$ sudo mdconfig FreeBSD-14.0-RC1-arm64-aarch64-zfs.raw
md0
$ sudo zpool import -R /mnt -t 4016146626377348012 vm-zpool
$ wc -l /mnt/etc/rc.conf
       36 /mnt/etc/rc.conf
$ sort -u /mnt/etc/rc.conf
growfs_enable="YES"
hostname="freebsd"
ifconfig_DEFAULT="DHCP inet6 accept_rtadv"
zfs_enable="YES"
zpool_reguid="zroot"
zpool_upgrade="zroot"
$

https://lists.freebsd.org/archives/freebsd-current/2023-October/004824.html

-- 
You are receiving this mail because:
You are the assignee for the bug.