DEBIAN!!!
This commit is contained in:
parent
f0d37da26d
commit
66289b7c5b
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ pub async fn new_instance(
|
||||||
let mut system_map = InfoMap::new();
|
let mut system_map = InfoMap::new();
|
||||||
system_map.push(
|
system_map.push(
|
||||||
"serial",
|
"serial",
|
||||||
format!("ds=nocloud;s={}", ctx.config.cloud.http_addr()),
|
format!("ds=nocloud-net;s={}", ctx.config.cloud.http_addr()),
|
||||||
);
|
);
|
||||||
sysinfo.system(system_map);
|
sysinfo.system(system_map);
|
||||||
sysinfo
|
sysinfo
|
||||||
|
|
Loading…
Reference in a new issue