On Thu, Oct 20, 2022 at 09:05:42AM -0700, Heppler, J. Scott wrote:
> Using the miniroot img from https://cdn.openbsd.org/pub/OpenBSD/7.2, the
> set retrival still points to snapshots.

Can't confirm, default install points at 7.2/ for me:

        $ ftp https://cdn.openbsd.org/pub/OpenBSD/7.2/amd64/miniroot72.img
        ...

        $ cksum miniroot72.img
        4172576271 5832704 miniroot72.img

        $ vmctl create -s5G 72.img
        vmctl: raw imagefile created

        $ doas vmctl start -c -Li1 -d miniroot72.img -d 72.img mr72
        ...
        OpenBSD 7.2 (RAMDISK_CD) #725: Tue Sep 27 12:02:48 MDT 2022
            [email protected]:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
        ...
        Welcome to the OpenBSD/amd64 7.2 installation program.
        (I)nstall, (U)pgrade, (A)utoinstall or (S)hell? i
        ...
        Which network interface do you wish to configure? (or 'done') [vio0] 
        IPv4 address for vio0? (or 'autoconf' or 'none') [autoconf] 
        IPv6 address for vio0? (or 'autoconf' or 'none') [none] 
        ...
        Location of sets? (disk http nfs or 'done') [http] 
        HTTP proxy URL? (e.g. 'http://proxy:8080', or 'none') [none] 
        HTTP Server? (hostname, list#, 'done' or '?') cdn.openbsd.org
        Server directory? [pub/OpenBSD/7.2/amd64] 

        Select sets by entering a set name, a file name pattern or 'all'. 
De-select
        sets by prepending a '-', e.g.: '-game*'. Selected sets are labelled 
'[X]'.
            [X] bsd           [X] comp72.tgz    [X] xbase72.tgz   [X] 
xserv72.tgz
            [X] bsd.rd        [X] man72.tgz     [X] xshare72.tgz
            [X] base72.tgz    [X] game72.tgz    [X] xfont72.tgz
        Set name(s)? (or 'abort' or 'done') [done]

Reply via email to