Skip to content

Commit 49dafd9

Browse files
author
mirkobrombin
committed
switch to the vso-image
1 parent 27c1cc8 commit 49dafd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/pico.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func PicoInit() error {
2323
subsystem, err := core.NewSubSystem(
2424
"vso-pico",
2525
stack,
26-
false, // temporary disabled as I am debugging a problem with dbox and the --init flag
26+
true,
2727
true,
2828
)
2929

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: vso-pico
2-
base: registry.vanillaos.org/vanillaos/pico:main
3-
packages:
4-
- systemd
2+
base: registry.vanillaos.org/vanillaos/vso:main
3+
packages: []
4+
# - systemd
55
pkgmanager: apt
66
builtin: true

0 commit comments

Comments
 (0)