We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running zfsinstall passing a URL with a trailing slash to the -u option makes the fetch fail for base.txz and kernel.txz.
zfsinstall
-u
fetch
Example: /root/bin/zfsinstall -d $first_disk -s 2G -u http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE/ tries to fetch the URL: http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE//base.txz. Note the double forward slash (//).
/root/bin/zfsinstall -d $first_disk -s 2G -u http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE/
http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE//base.txz
//
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
zfsinstall
passing a URL with a trailing slash to the-u
option makes thefetch
fail for base.txz and kernel.txz.Example:
/root/bin/zfsinstall -d $first_disk -s 2G -u http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE/
tries to fetch the URL:http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE//base.txz
. Note the double forward slash (//
).The text was updated successfully, but these errors were encountered: