Compare commits

...

2 commits

Author SHA1 Message Date
Cat /dev/Nulo f5f93ae0c8 No instalar apk-tools
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-06-17 23:15:50 -03:00
Cat /dev/Nulo 00cf55b89b runit: Montar stopit para poder apagar bien 2022-06-17 23:15:41 -03:00
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
mkdir("/etc/runit/runsvdir/default")
add_symlink("/etc/runit/runsvdir/current", "/etc/runit/runsvdir/default")
add_symlink("/etc/service", "/etc/runit/runsvdir/current")
add_symlink("/etc/runit/stopit", "/run/runit/stopit")
local t = require "../utils/templater"
local function add_executable(path, script)

View file

@ -6,7 +6,7 @@ local alpine_version = alpine_base_version..".0"
local packages = {
"alpine-baselayout",
-- "alpine-conf",
"apk-tools",
-- "apk-tools",
"busybox",
"libc-utils",
"alpine-keys",