ARC: Cache arc_c value during arc_evict()
[zfs.git] / contrib / initramfs / conf.d / zfs
blobc67d75ba8672b5fac2dfc9870b9785f65cf45cda
1 for x in $(cat /proc/cmdline)
2 do
3         case $x in
4                 root=ZFS=*|root=zfs:*)
5                         BOOT=zfs
6                         ;;
7         esac
8 done