Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 May 2021 21:38:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255659] bsdinstall failure "file://usr/freebsd-dist/MANIFEST : No such file or directory"
Message-ID:  <bug-255659-227-3jDujdRzsy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255659-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255659-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=3D255659

Mark Millard <marklmi26-fbsd@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marklmi26-fbsd@yahoo.com

--- Comment #1 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
I work around this issue via doing things like
(releng/13.0 's release 13.0.0 as what is to
be installed for this example):

# mkdir -p /usr/freebsd-dist
# cd /usr/freebsd-dist
# fetch
http://ftp3.freebsd.org/pub/FreeBSD/releases/arm64/13.0-RELEASE/MANIFEST
MANIFEST                                               782  B 6147 kBps    =
00s
# cd ~
# bsdinstall

With that bsdinstall finds the MANIFEST and uses it
to figure out what alterntives to present for what
*.txz's to download (base.txz and kernel.txz being
automatic/implicit).

See, for example,

https://lists.freebsd.org/pipermail/freebsd-arm/2021-May/023765.html

(all the history, not just the most recent material).

--=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-255659-227-3jDujdRzsy>