Re: Help with dvd1/packages
- In reply to: Graham Perrin : "Re: Help with dvd1/packages"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Oct 2022 01:54:31 UTC
On 17 October 2022 7:09:35 am AEDT, Graham Perrin <grahamperrin@freebsd.org> wrote:
> % mount | grep cd9660
> /dev/md0 on /media/_ (cd9660, local, read-only)
Glad you figured that out; sysutils/dsbmc/pkg-descr left me mystified ...
> % sh
> $ cd /media/_/packages/
> $ find . -type l -execdir ls -l {} +
> lrwxr-xr-x 1 root wheel 23 12 May 10:20 pkg.pkg ->
> ../All/pkg-1.17.5_1.pkg
> lrwxr-xr-x 1 root wheel 7 12 May 10:20 pkg.txz -> pkg.pkg
Thankyou. I've yet to find where in src/release these get made, but "as in 13.1R" should suffice for 12.4R.
> lrwxr-xr-x 1 root wheel 8 12 May 10:20 meta.txz -> meta.pkg
> lrwxr-xr-x 1 root wheel 15 12 May 10:20 packagesite.txz ->
> packagesite.pkg
> lrwxr-xr-x 1 root wheel 16 12 May 10:11 freebsd:13:x86:64 ->
> FreeBSD:13:amd64
Same as 12.3, cool.
Cheers, Ian