mirror of
https://github.com/rancher/os.git
synced 2025-08-19 07:19:05 +00:00
11 lines
240 B
SYSTEMD
11 lines
240 B
SYSTEMD
[Unit]
|
|
Wants=user-config-ovfenv.service
|
|
Before=user-config-ovfenv.service
|
|
# Only mount ovfenv drive block devices automatically in virtual machines
|
|
ConditionVirtualization=vmware
|
|
|
|
[Mount]
|
|
What=LABEL="OVF ENV"
|
|
Where=/media/ovfenv
|
|
Options=ro
|