3ee17e8624
Falls back to attempt to use findfs to locate a UUID or PARTUUID match as opposed to trying to list and enumerate through lsblk output. Can confirm that tinycore 8.x's findfs binary works expected. Story: 2006724 Task: 37141 Change-Id: I4d488e4a1ab680eb1353b158c3339cb30b056ada
11 lines
407 B
YAML
11 lines
407 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue with the tinyIPA CI testing image by providing a fallback
|
|
root volume uuid detection method via the ``findfs`` utility, which is
|
|
also already packaged in most distributions with ``lsblk``.
|
|
|
|
This fallback was necesary as the ``lsblk`` command in ``TinyCore`` Linux,
|
|
upon which TinyIPA is built, does not return data as expected for
|
|
volume UUID values.
|