Adjust filesystem check for new blkid behaviour
authorMichael Prokop <mika@grml.org>
Thu, 11 Dec 2014 10:40:24 +0000 (11:40 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 11 Dec 2014 17:37:32 +0000 (18:37 +0100)
commit8a4a3c89471607c4603550ecba326b2799cf137e
treef7baeaf05ef0461abc55b7a9d0240183445d9c79
parentbd98e2e4691af659b7dea1ff4c9a11630e31c6fc
Adjust filesystem check for new blkid behaviour

blkid used to return with an exit code of 2 if 'blkid -s TYPE -o
value' was executed on an unformated device.  Nowadays blkid
returns with exit code 0 even if there's no file system on the
according device.

Related to #772846 in Debian.

Closes: #772849
grml-debootstrap