Help with dvd1/packages

From: Ian Smith <smithi_at_nimnet.asn.au>
Date: Sun, 16 Oct 2022 05:41:50 UTC
Hi crew,

I'm working on fixing bsdconfig(8) post-install packages installation without an internet connection.

12.3R (at least) dvd1 has a broken symlink preventing pkg(8) from bootstrapping, and I need to know if that's been fixed on 13.1R, so it can also be fixed on upcoming 12.4R - in conjunction with several patches to bsdconfig to fix longterm issues.

Would someone with the 13.1R dvd1.iso image be so kind as to mount it and post the results of the find(1) command given below.

For reference, results on 12.3R:

<code>
smithi@t430s:~ % mount | grep cd9660
/dev/da0 on /mnt (cd9660, local, read-only)

smithi@t430s:~ % find /mnt/packages/ -type l -execdir ls -l {} +

lrwxr-xr-x  1 root  wheel  21 Dec  2  2021 pkg.txz -> ../All/pkg-1.17.2.txz
lrwxr-xr-x  1 root  wheel  8 Dec  2  2021 meta.txz -> meta.pkg
lrwxr-xr-x  1 root  wheel  15 Dec  2  2021 packagesite.txz -> packagesite.pkg
lrwxr-xr-x  1 root  wheel  16 Dec  2  2021 freebsd:12:x86:64 -> FreeBSD:12:amd64
</code>

cheers, Ian