base/dracut-lib.sh: relax getargbool value parsing
authorHarald Hoyer <harald@redhat.com>
Tue, 29 Mar 2011 23:45:17 +0000 (01:45 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Mar 2011 23:45:17 +0000 (01:45 +0200)
commit4ad453445a7c8695c774cbfd2f5bd863e47e78df
tree9dd6616fe42a86d389724ed0f0fc7eddb1e4fb91
parente620bb01da5c957c311f336c2f963c9bd9f692c5
base/dracut-lib.sh: relax getargbool value parsing

if a non-boolean value was specified, like "yes" or "no",
getargbool() would error, because we check for "$val -eq 0"
modules.d/99base/dracut-lib.sh