Identify UUID of target system even if it's SWRAID or a mountpoint
authorMichael Prokop <mika@grml.org>
Sat, 2 Dec 2017 08:25:19 +0000 (09:25 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 8 Dec 2017 11:47:57 +0000 (12:47 +0100)
commit05ed1a4c5039c78a991d55fd93296e620c6bf900
treef031bf4d68368bba44e05bab68d8d0a11f0f4a13
parent3314417c2d2dc914523186434b3352637ef7ea12
Identify UUID of target system even if it's SWRAID or a mountpoint

The `blkid -o udev` doesn't work for mountpoints.
Also we can't rely on setting the TARGET_UUID within
mkfs, as this might not even get executed.

Closes #100
Thanks: hex2a for reporting and testing
grml-debootstrap