Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2022 16:41:50 +1100
From:      Ian Smith <smithi@nimnet.asn.au>
To:        questions@freebsd.org
Subject:   Help with dvd1/packages
Message-ID:  <E19DB67B-AADF-49DA-A1D4-EA160C476DB6@nimnet.asn.au>

next in thread | raw e-mail | index | archive | help
Hi crew,

I'm working on fixing bsdconfig(8) post-install packages installation with=
out an internet connection=2E

12=2E3R (at least) dvd1 has a broken symlink preventing pkg(8) from bootst=
rapping, and I need to know if that's been fixed on 13=2E1R, so it can also=
 be fixed on upcoming 12=2E4R - in conjunction with several patches to bsdc=
onfig to fix longterm issues=2E

Would someone with the 13=2E1R dvd1=2Eiso image be so kind as to mount it =
and post the results of the find(1) command given below=2E

For reference, results on 12=2E3R:

<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=2Etxz -> =2E=2E/All/pkg-1=
=2E17=2E2=2Etxz
lrwxr-xr-x  1 root  wheel  8 Dec  2  2021 meta=2Etxz -> meta=2Epkg
lrwxr-xr-x  1 root  wheel  15 Dec  2  2021 packagesite=2Etxz -> packagesit=
e=2Epkg
lrwxr-xr-x  1 root  wheel  16 Dec  2  2021 freebsd:12:x86:64 -> FreeBSD:12=
:amd64
</code>

cheers, Ian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19DB67B-AADF-49DA-A1D4-EA160C476DB6>