uxc: resolve volume UUIDs by name of UCI fstab section
authorDaniel Golle <daniel@makrotopia.org>
Sat, 24 Jul 2021 22:51:37 +0000 (23:51 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 24 Jul 2021 23:52:06 +0000 (00:52 +0100)
commit3a9d9102aa29cd3522a457d6e961454dabdee7cc
treee391d9488537d0af938387ff6deb620d1b66ca3d
parent772292e0a37f42e9c6b3fdbe4d9f8e675db5d1d4
uxc: resolve volume UUIDs by name of UCI fstab section

Allow identifying volumes which are required for a container to start
by their UCI section name in /etc/config/fstab, which is also where
'uvol' puts the volume name.
Using filesystem UUID instead is still possible as well.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c