We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c1cc8 commit 49dafd9Copy full SHA for 49dafd9
core/pico.go
@@ -23,7 +23,7 @@ func PicoInit() error {
23
subsystem, err := core.NewSubSystem(
24
"vso-pico",
25
stack,
26
- false, // temporary disabled as I am debugging a problem with dbox and the --init flag
+ true,
27
true,
28
)
29
usr/share/vso/apx/stacks/vso-pico.yaml
@@ -1,6 +1,6 @@
1
name: vso-pico
2
-base: registry.vanillaos.org/vanillaos/pico:main
3
-packages:
4
- - systemd
+base: registry.vanillaos.org/vanillaos/vso:main
+packages: []
+# - systemd
5
pkgmanager: apt
6
builtin: true
0 commit comments