mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Early cloud-init
This commit is contained in:
@@ -18,7 +18,7 @@ func Merge(bytes []byte) error {
|
||||
}
|
||||
|
||||
func Export(private, full bool) (string, error) {
|
||||
rawCfg := loadRawDiskConfig(full)
|
||||
rawCfg := loadRawDiskConfig("", full)
|
||||
if !private {
|
||||
rawCfg = filterPrivateKeys(rawCfg)
|
||||
}
|
||||
|
Reference in New Issue
Block a user