1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 21:51:33 +00:00

Added cloudinitsave case for proxmox

This commit is contained in:
etrexel
2019-12-19 02:15:23 -08:00
committed by niusmallnan
parent 8ad6b10446
commit 67599f352c
4 changed files with 18 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import (
)
const (
configDev = "/dev/sr0"
configDev = "/dev/sr0"
configDevMountPoint = "/media/pve-config"
)
@@ -105,6 +105,7 @@ func MountConfigDrive() error {
if err != nil {
return err
}
return mount.Mount(configDev, configDevMountPoint, fsType, "ro")
}