Compare commits
No commits in common. "f5f93ae0c86e547af1cfad4e358ee3254b66174d" and "7d8dee158d4c835aaee57de098f3612b73c18c69" have entirely different histories.
f5f93ae0c8
...
7d8dee158d
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue