projects
/
zfsinstaller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6bca6d1
)
bump to 12-1 RELEASE
author
David Marec
<DavidMarec@users.noreply.github.com>
Thu, 2 Apr 2020 12:10:42 +0000
(14:10 +0200)
committer
David Marec
<DavidMarec@users.noreply.github.com>
Thu, 2 Apr 2020 12:10:42 +0000
(14:10 +0200)
zfsinstall.sh
patch
|
blob
|
history
diff --git
a/zfsinstall.sh
b/zfsinstall.sh
index b2cd44f56ff23691f9f330616ce62d558292d828..dd00aae86fcb93eb0304ff0f3b812d07ff5140c8 100644
(file)
--- a/
zfsinstall.sh
+++ b/
zfsinstall.sh
@@
-107,7
+107,7
@@
echo =======================================
for I in base.txz kernel.txz lib32.txz; do
- fetch http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/12.
0-BETA3
/${I}
+ fetch http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/12.
1-RELEASE
/${I}
tar --unlink -pJxf ${I} -C ${DESTDIR}
done