forked from zfsonlinux/zfsonlinux.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fedora.html
45 lines (39 loc) · 1.36 KB
/
fedora.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<title>ZFS on Linux</title>
<meta name="keyword" content="zfs, linux"/>
<meta name="description" content="Fedora Packages." />
<meta name="robots" content="all" />
</head>
<body>
<center>
<a href="index.html"><img title="Native ZFS on Linux" alt="Native ZFS on Linux" src="images/zfs-linux.png"></a>
<table width=80%>
<tr bgcolor="#aaaaaa">
<th> Fedora Packages </th>
</tr>
<tr><td>
<p>DKMS style packages for Fedora are available from the zfsonlinux.org
repository. These packages track the latest official upstream tag and
are refreshed as new releases are made available. Packages are provided
for:</p>
<ul>
<li>Releases: 17, 18, 19</li>
<li>Arches: x86_64</li>
</ul>
<p>To add the repository to your system install the <i>zfs-release</i>
package as shown below. This will add the <i>/etc/yum.repo.d/zfs.repo</i>
and required signing keys to your system. You can then install zfs like
any other Fedora package using <i>yum</i>. As new updated packages are
made available they will be detected and installed as part of the standard
update process.</p>
<table align="center" width=95%>
<tr bgcolor="#eeeeee"><td><pre>
$ sudo yum localinstall --nogpgcheck http://archive.zfsonlinux.org/fedora/zfs-release-1-2$(rpm -E %dist).noarch.rpm
$ sudo yum install zfs </pre></td/></tr>
</table>
<tr><td>
</table>
</center>
</body>
</html>