aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-12-04 15:41:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-12-04 15:41:27 +0000
commit0ccb2ba27ce4f8ef3fb68f57e16a6d32d0b293ff (patch)
tree19eab179baebbca2f2af1c31a519da9456d44f71 /main/alpine-baselayout
parent081d2dc8bbc688ccdb71d6a5a62e246e441514e6 (diff)
downloadaports-0ccb2ba27ce4f8ef3fb68f57e16a6d32d0b293ff.tar.bz2
aports-0ccb2ba27ce4f8ef3fb68f57e16a6d32d0b293ff.tar.xz
main/alpine-baselayout: explicitly start 'boot' runlevel
recent openrc does not force boot runlevel as it previsouly does. We have a patch for openrc this but to be able remove that patch in future we also explictly start 'boot' like gentoo does.
Diffstat (limited to 'main/alpine-baselayout')
-rw-r--r--main/alpine-baselayout/APKBUILD8
-rw-r--r--main/alpine-baselayout/inittab1
2 files changed, 5 insertions, 4 deletions
diff --git a/main/alpine-baselayout/APKBUILD b/main/alpine-baselayout/APKBUILD
index 3f3d97ca6d..09d78aa8cc 100644
--- a/main/alpine-baselayout/APKBUILD
+++ b/main/alpine-baselayout/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-baselayout
pkgver=2.3.2
-pkgrel=8
+pkgrel=9
pkgdesc="Alpine base dir structure and init scripts"
url="http://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout"
arch="all"
@@ -176,7 +176,7 @@ d7da26e76752b2e31c66b63f40a73397 color_prompt
f9e3eac60200d41dd5569eeabb4eddff i386.conf
17ba4f49c51dd2ba49ccceb0ecadaca4 kms.conf
6691aa7979a098fd8f704e44a0ba6695 group
-d93ca19f6867a1a3918fa782d9b7c512 inittab
+7d7418970044c5b55be9476dac856284 inittab
53a187610b94b1f3ae053d1b77fdf353 passwd
2939a40b911cac04c85263072c663973 profile
394f8cd9fbf549f1d1b9a5bba680fc92 protocols
@@ -189,7 +189,7 @@ a00b56dbd437d3f2c32ced50974daa3cfc84a8dd1cbaf75cf307be20b398fc75 color_prompt
6c46c4cbfb8b7594f19eb94801a350fa2221ae9ac5239a8819d15555caa76ae8 i386.conf
079f74b93a4df310f55f60fea5e05996d3267c50076ae16402fa9e497ea5fdb2 kms.conf
b344b831b5608fe3361295b1e44b86d93c5e9eedfe7e86d60f826dbce00e1369 group
-8a54b20451ba9469b5260f76faa90fbde96915bf33e7f03f88bdbaf813400485 inittab
+1f39fac9a8494e1bc2c81c3f0e02bbe0c1ab9839750b2052eee7f8aee5c29b5a inittab
c0522652611c93a16abf0f73b1b6766a99f9de50f5d1f32979a25ae76bb77d0f passwd
8ef550a4efc4bed1630b47c48aefbf1c63ae6e8d9c1246be92135465965712d2 profile
a6695dbd53b87c7b41dfdafd40b1c8ba34fed2f0fa8eaaa296ad17c0b154603e protocols
@@ -202,7 +202,7 @@ sha512sums="94a75cbd309e7b7d3b1bbbddb6f361335336d804c2a331b9963de7cee38633217bcd
49109d434b577563849c43dd8141961ca798dada74d4d3f49003dac1911f522c43438b8241fa254e4faacdd90058f4d39a7d69b1f493f6d57422c1f706547c95 i386.conf
b407351a5a64b00100753a13a91f4b1cb51017ae918a91fd37f3a6e76e3b6f562be643e74f969a888bdd54b0ad2d09e3b283d44ae4b5efccca7d7e9f735c5afb kms.conf
e1628d74106df33ef0dbe0bcf66e412f8e7fdce4be189a56f9333dcefbdf965b1fdf6c7ef19abbba883746a726074147e57853caaf62111007c30ef5afbbecc2 group
-bdb6fe1f3e07466d9badf9a18b1f3fc9585f0a4cb69c00f1fa6d8b1e9903a3c497edefbfd345e324961013999e5692d2ed68ae7defaf1c6e57cc7916f206fd75 inittab
+6e53124bece2d71b93e5602f4d26477b8d58e09f066aee6b2788b18b1976c7016de6125b3fe219f001dd623617944dc087598b38ecd81a24cf066da49305c42a inittab
3e3d68c1daabb05d5b890a0dd079578301f140121b74435f32ed3a3511586f9fca5ad16cc44bf4f4642f7fa6577f71d9528ae8e02994b2d13eb3031c6070c37e passwd
c4088a7148c0f161809852d248d2c2272d9c72be3f968c2e2ba40806f508238496eda0f8f2a42aa092773a56800b1dae9f843a42d93f1bb16ba5f58c111d531b profile
f1548a2b5a107479446f15905f0f2fbf8762815b2215188d49d905c803786d35de6d98005dc0828fb2486b04aaa356f1216a964befddf1e72cb169656e23b6ac protocols
diff --git a/main/alpine-baselayout/inittab b/main/alpine-baselayout/inittab
index 00c467d00d..4412ddebde 100644
--- a/main/alpine-baselayout/inittab
+++ b/main/alpine-baselayout/inittab
@@ -1,6 +1,7 @@
# /etc/inittab
::sysinit:/sbin/rc sysinit
+::sysinit:/sbin/rc boot
::wait:/sbin/rc default
# Set up a couple of getty's