Fix 'unexpected operator' bashism
authorOleg Stepura <oleg@stepura.com>
Thu, 29 Sep 2011 20:59:07 +0000 (23:59 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 29 Sep 2011 22:36:20 +0000 (15:36 -0700)
commit6ebd8ef103c3ed4739987f36d77874f6953af89f
tree2d52a5e2beac0a9c731e0aadb24f66ff6c5777b4
parentbaab0630167f7539483af0f277aa6eeff39490d6
Fix 'unexpected operator' bashism

The == operator is specific to bash, replace it with the more
correct = operator for sh.  This bug can prevent correct booting
when using a zfs root pool.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #416
dracut/90zfs/parse-zfs.sh.in