Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 10:41:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241919] bsdinstall jail /path/to/jail creates 12.0-RELEASE jail instead of 12.1-RELEASE jail
Message-ID:  <bug-241919-227-jB773EkteD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241919-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241919-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241919

Marko Cupa=C4=87 <marko.cupac@mimar.rs> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Works As Intended
             Status|New                         |Closed

--- Comment #2 from Marko Cupa=C4=87 <marko.cupac@mimar.rs> ---
(In reply to Christoph Sch=C3=B6nweiler from comment #1)

Hi,

I am working around this by creating subfolders under /usr/freebsd-dist:
- /usr/freebsd-dist/12_2:x86:64
- /usr/freebsd-dist/13_0:x86:64

...and creating .env files similar to:

# jailhost.example.org:/root/bsdinstall-12_2:x86:64.env
setenv BSDINSTALL_DISTSITE
"https://download.freebsd.org/ftp/releases/amd64/amd64/12.2-RELEASE/"
setenv BSDINSTALL_DISTDIR "/usr/freebsd-dist/12_2:x86.64/"

# jailhost.example.org:/root/bsdinstall-13_0:x86:64.env
setenv BSDINSTALL_DISTSITE
"https://download.freebsd.org/ftp/releases/amd64/amd64/13.0-RELEASE/"
setenv BSDINSTALL_DISTDIR "/usr/freebsd-dist/13_0:x86.64/"

Then I source them with `source /path/to/appropriate.env` before running
bsdinstall.

As far as I am concerned this solves my problem so I'm closing this PR.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241919-227-jB773EkteD>