Update to Stretch

George Melikov 2017-08-09 20:06:16 +03:00
parent 6fbe58566b
commit aa2211a219
1 changed files with 5 additions and 8 deletions

@ -4,29 +4,26 @@ Offical ZFS on Linux [DKMS][dkms] style packages are available from the [Debian
**Architectures:** amd64 **Architectures:** amd64
## Installation ## Installation
For Debian Stretch, ZFS packages are included in [contrib repository](https://packages.debian.org/source/stretch/zfs-linux).
For Debian Jessie, ZFS packages are provided by [backports](https://backports.debian.org/Instructions/). For Debian Jessie, ZFS packages are provided by [backports](https://backports.debian.org/Instructions/).
Add jessie-backports repository (ZFS packages are in `contrib` area):
# echo "deb http://ftp.debian.org/debian jessie-backports main contrib" >> /etc/apt/sources.list.d/backports.list
# apt update
Install kernel headers: Install kernel headers:
# apt install linux-headers-$(uname -r) # apt install linux-headers-$(uname -r)
Install zfs packages: Install zfs packages:
# apt-get install -t jessie-backports zfs-dkms # apt-get install zfs-dkms
If you want to boot from ZFS, you'll need `zfs-initramfs` package too: If you want to boot from ZFS, you'll need `zfs-initramfs` package too:
# apt-get install -t jessie-backports zfs-initramfs # apt-get install zfs-initramfs
[dkms]: https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support [dkms]: https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support
[debian-announce]: https://lists.debian.org/debian-devel-announce/2015/04/msg00006.html [debian-announce]: https://lists.debian.org/debian-devel-announce/2015/04/msg00006.html
[debian-itp]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686447 [debian-itp]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686447
* [[Debian GNU Linux initrd documentation]] * [[Debian GNU Linux initrd documentation]]
* [[Debian Jessie Root on ZFS]] * [[Debian Stretch Root on ZFS]]
* [[Dual booting OS X and Debian Jessie with ZFS root, cross mounting and full disk encryption]] * [[Dual booting OS X and Debian Jessie with ZFS root, cross mounting and full disk encryption]]