Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d210542eff | ||
![]() |
4891598c3b | ||
![]() |
5300a7ee74 | ||
![]() |
ff894f2bcf | ||
![]() |
879a40fc69 | ||
![]() |
b4d04ecceb |
15
NEWS
15
NEWS
@@ -1,5 +1,20 @@
|
|||||||
Changelog for s6-boot
|
Changelog for s6-boot
|
||||||
|
|
||||||
|
In 0.2.1
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Bugs fix
|
||||||
|
- rc database for root is started at the same scandir than boot,
|
||||||
|
meaning /run/boot, with a prefix define at env/MASTER file.
|
||||||
|
- classic service for root used the same scandir than boot, meaning
|
||||||
|
/run/boot/service.
|
||||||
|
- data/scripts/user.sh : this file was renamed as master.sh and only
|
||||||
|
manage root supervision tree creation.
|
||||||
|
- S6.conf : new features TTY which allow to start multiple tty at
|
||||||
|
boot time.
|
||||||
|
- Earlier tty is now started at tty6 instead of tty2.
|
||||||
|
|
||||||
|
|
||||||
In 0.2.0
|
In 0.2.0
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -88,7 +88,7 @@ add_env() {
|
|||||||
# copy daemon enabled by USER
|
# copy daemon enabled by USER
|
||||||
enabled_daemon() {
|
enabled_daemon() {
|
||||||
for serv in ${LIST_SERV[@]};do
|
for serv in ${LIST_SERV[@]};do
|
||||||
log "enable daemon for ${serv}"
|
log "enable ${serv} daemon"
|
||||||
ln -sfT ${CLASSIC_ENABLED}/${serv} ${LIVE_CLASSIC_PATH}/${serv}
|
ln -sfT ${CLASSIC_ENABLED}/${serv} ${LIVE_CLASSIC_PATH}/${serv}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
@@ -25,6 +25,6 @@ ifelse -X { s6-test $USELVM = yes }
|
|||||||
/usr/bin/vgchange -ay
|
/usr/bin/vgchange -ay
|
||||||
}
|
}
|
||||||
foreground { pkill lvmetad }
|
foreground { pkill lvmetad }
|
||||||
s6-echo -- lvm-prepare successfully started
|
s6-echo -- checkfs-lvm successfully started
|
||||||
}
|
}
|
||||||
s6-echo -- lvm-prepare desactived
|
s6-echo -- lvm-prepare desactived
|
||||||
|
Reference in New Issue
Block a user