[Pkg-zfsonlinux-devel] Bug#848157: zfs-initramfs: The boot=zfs kernel parameter is still neccessary to boot an zfs root system.
Achim Gottinger
achim at ag-web.biz
Wed Dec 14 17:47:44 UTC 2016
Package: zfs-initramfs
Version: 0.6.5.8-1~bpo8+1
Severity: normal
Dear Maintainer,
The current zfs-initram package needs an additional config file (already
present in ubuntu's zfs-initramfs) to get rid of the boot=zfs kernel parameter.
I attached the required config file (/usr/share/initramfs-tools/conf.d/zfs).
-- System Information:
Debian Release: 8.6
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.7.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages zfs-initramfs depends on:
ii busybox 1:1.22.0-9+deb8u1
ii initramfs-tools 0.120+deb8u2
ii zfs-dkms [zfs-modules] 0.6.5.8-1~bpo8+1
ii zfsutils-linux 0.6.5.8-1~bpo8+1
zfs-initramfs recommends no packages.
zfs-initramfs suggests no packages.
-------------- next part --------------
for x in $(cat /proc/cmdline)
do
case $x in
root=ZFS=*)
BOOT=zfs
;;
esac
done
More information about the Pkg-zfsonlinux-devel
mailing list