Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f5217e18ef | ||
![]() |
051dacc843 | ||
![]() |
d3ec2f001e | ||
![]() |
0594295927 | ||
![]() |
dbc7e4d1af | ||
![]() |
4e1e004af7 | ||
![]() |
53bc1c3f84 |
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# Makefile for s6-boot
|
||||
|
||||
VERSION = $(git describe --tags| sed 's/-.*//g;s/^v//;')
|
||||
VERSION = $$(git describe --tags| sed 's/-.*//g;s/^v//;')
|
||||
PKGNAME = s6-boot
|
||||
|
||||
BINDIR_EXECLINE = /usr/local/bin
|
||||
|
16
NEWS
16
NEWS
@@ -1,18 +1,24 @@
|
||||
Changelog for s6-boot
|
||||
|
||||
In 0.1.8
|
||||
In 0.1.9
|
||||
--------
|
||||
|
||||
-- add data/scripts/modules.sh : the variable MODULES at s6.conf was
|
||||
- Bugs fix
|
||||
|
||||
In 0.1.8
|
||||
--------
|
||||
|
||||
- add data/scripts/modules.sh : the variable MODULES at s6.conf was
|
||||
removed. Modules are now loaded by this file with the rofs-modules
|
||||
oneshot service which run the scripts data/scripts/modules.sh. This
|
||||
scripts read, parse and load modules founded in files
|
||||
/usr/lib/modules-load.d, /run/modules-load.d, and /etc/modules-load.d
|
||||
the last supersedes the previous one.
|
||||
-- fix bug at rwfs-ip6tables at the shutdown process
|
||||
-- add rwfs-tmpfiles services : the file founded at /usr/lib/tmpfiles.d
|
||||
- fix bug at rwfs-ip6tables at the shutdown process
|
||||
- add rwfs-tmpfiles services : the file founded at /usr/lib/tmpfiles.d
|
||||
is now parsed and applied at boot time. Those files create sub-directories
|
||||
at /run directories.
|
||||
-- fix rwfs-end oneshot service
|
||||
- fix rwfs-end oneshot service
|
||||
|
||||
In 0.1.7
|
||||
--------
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -188,7 +188,7 @@ enabled_daemon() {
|
||||
}
|
||||
|
||||
start_database() {
|
||||
log "init s6-rc database"
|
||||
log "init s6-rc database with -l ${LIVE_RC_PATH}/${LIVE_RC_NAME} -c ${RC_DATABASE_COMPILED}/current ${LIVE_CLASSIC_PATH}"
|
||||
if [[ "${_UID}" == 0 ]]; then
|
||||
s6-rc-init -l ${LIVE_RC_PATH}/${LIVE_RC_NAME} -c ${RC_DATABASE_COMPILED}/current ${LIVE_CLASSIC_PATH}
|
||||
s6-rc -v 3 -l ${LIVE_RC_PATH}/${LIVE_RC_NAME} -u change All
|
||||
@@ -223,7 +223,7 @@ add() {
|
||||
|
||||
enabled_daemon || exit 1
|
||||
|
||||
s6_cmd "svscanctl" "an" "${DESTUSER}/${USER}/${DESTCLASSIC}" 2>/dev/null || exit 1
|
||||
s6_cmd "svscanctl" "an" "${LIVE_CLASSIC_PATH}" 2>/dev/null || exit 1
|
||||
|
||||
start_database || exit 1
|
||||
}
|
||||
|
@@ -19,4 +19,4 @@ foreground {
|
||||
if { mountpoint -q /sys/fs/cgroup/${i} }
|
||||
umount -R /sys/fs/cgroup/${i}
|
||||
}
|
||||
umount /sys/fs/cgroup
|
||||
umount -R /sys/fs/cgroup
|
||||
|
Reference in New Issue
Block a user