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:
@@ -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")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user