]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/tree/zfs-initramfs/usr/share/initramfs-tools/conf.d/zfs
Ship initramfs zdev hook in zfs-initramfs
[mirror_zfs-debian.git] / debian / tree / zfs-initramfs / usr / share / initramfs-tools / conf.d / zfs
1 for x in $(cat /proc/cmdline)
2 do
3 case $x in
4 root=ZFS=*)
5 BOOT=zfs
6 ;;
7 esac
8 done