Commit f52eb737 authored by James T. Lee's avatar James T. Lee
Browse files

install: Fix check for fscache

parent 51f30e6c
...@@ -293,7 +293,7 @@ END ...@@ -293,7 +293,7 @@ END
destructive_cmd udevadm settle destructive_cmd udevadm settle
destructive_cmd mkswap -L "${labelname}-swap" "/dev/zvol/${zroot}/swap" destructive_cmd mkswap -L "${labelname}-swap" "/dev/zvol/${zroot}/swap"
if grep "${name}-fscache" "${img}/etc/fstab" > /dev/null; then if grep "${labelname}-fscache" "${img}/etc/fstab" > /dev/null; then
task "Creating fscache..." task "Creating fscache..."
destructive_cmd zfs create -V 2G "${zroot}/fscache" destructive_cmd zfs create -V 2G "${zroot}/fscache"
destructive_cmd udevadm settle destructive_cmd udevadm settle
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment