Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
95e074768e | ||
![]() |
dbc7e4d1af | ||
![]() |
4e1e004af7 | ||
![]() |
53bc1c3f84 |
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# Makefile for s6-boot
|
# 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
|
PKGNAME = s6-boot
|
||||||
|
|
||||||
BINDIR_EXECLINE = /usr/local/bin
|
BINDIR_EXECLINE = /usr/local/bin
|
||||||
|
11
NEWS
11
NEWS
@@ -1,18 +1,19 @@
|
|||||||
Changelog for s6-boot
|
Changelog for s6-boot
|
||||||
|
|
||||||
In 0.1.8
|
In 0.1.8
|
||||||
|
--------
|
||||||
-- add data/scripts/modules.sh : the variable MODULES at s6.conf was
|
|
||||||
|
- add data/scripts/modules.sh : the variable MODULES at s6.conf was
|
||||||
removed. Modules are now loaded by this file with the rofs-modules
|
removed. Modules are now loaded by this file with the rofs-modules
|
||||||
oneshot service which run the scripts data/scripts/modules.sh. This
|
oneshot service which run the scripts data/scripts/modules.sh. This
|
||||||
scripts read, parse and load modules founded in files
|
scripts read, parse and load modules founded in files
|
||||||
/usr/lib/modules-load.d, /run/modules-load.d, and /etc/modules-load.d
|
/usr/lib/modules-load.d, /run/modules-load.d, and /etc/modules-load.d
|
||||||
the last supersedes the previous one.
|
the last supersedes the previous one.
|
||||||
-- fix bug at rwfs-ip6tables at the shutdown process
|
- fix bug at rwfs-ip6tables at the shutdown process
|
||||||
-- add rwfs-tmpfiles services : the file founded at /usr/lib/tmpfiles.d
|
- 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
|
is now parsed and applied at boot time. Those files create sub-directories
|
||||||
at /run directories.
|
at /run directories.
|
||||||
-- fix rwfs-end oneshot service
|
- fix rwfs-end oneshot service
|
||||||
|
|
||||||
In 0.1.7
|
In 0.1.7
|
||||||
--------
|
--------
|
||||||
|
@@ -19,4 +19,4 @@ foreground {
|
|||||||
if { mountpoint -q /sys/fs/cgroup/${i} }
|
if { mountpoint -q /sys/fs/cgroup/${i} }
|
||||||
umount -R /sys/fs/cgroup/${i}
|
umount -R /sys/fs/cgroup/${i}
|
||||||
}
|
}
|
||||||
umount /sys/fs/cgroup
|
umount -R /sys/fs/cgroup
|
||||||
|
@@ -26,6 +26,11 @@ foreground {
|
|||||||
if { s6-echo -- Cleaning /tmp directory }
|
if { s6-echo -- Cleaning /tmp directory }
|
||||||
rm -rf /tmp/
|
rm -rf /tmp/
|
||||||
}
|
}
|
||||||
|
foreground {
|
||||||
|
if -X { mountstats }
|
||||||
|
if { s6-echo Umount NFS filesystem }
|
||||||
|
umount -a -f -t nfs4
|
||||||
|
}
|
||||||
|
|
||||||
if { s6-echo -- "***************************************************************************" }
|
if { s6-echo -- "***************************************************************************" }
|
||||||
if { s6-echo -- "** Tini shutdown terminated **" }
|
if { s6-echo -- "** Tini shutdown terminated **" }
|
||||||
|
Reference in New Issue
Block a user