
... in addition to uuid and device name, as a more static but more flexible way to assign devices to mount points. Change-Id: I92e3f5d09c071c48e8b51026a2cda2394cbe33cf
5 lines
85 B
ObjectPascal
5 lines
85 B
ObjectPascal
type Swift::MountDevice = Variant[
|
|
Stdlib::Absolutepath,
|
|
Pattern[/^LABEL=.+$/]
|
|
]
|