Fix error message for unintialized partition [Closes: 857]
authorUlrich Dangel <uli@spamt.net>
Sat, 12 Jun 2010 21:56:57 +0000 (23:56 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 25 Jun 2010 11:06:42 +0000 (13:06 +0200)
Do an explicit check if specified partition is at least readable and do
not use blkid for it as blkid uses returnvalue 2 for the same reason (no
information availabe, wrong permissions). This will give better feedback
to the user, e.g. if he forget to format the partition.


No differences found