886e4c966e
With the merge of spl and zfs the extra level of directories is not needed anymore. Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
9 lines
88 B
Plaintext
9 lines
88 B
Plaintext
for x in $(cat /proc/cmdline)
|
|
do
|
|
case $x in
|
|
root=ZFS=*)
|
|
BOOT=zfs
|
|
;;
|
|
esac
|
|
done
|