6 Commits
dev ... v0.2.1

Author SHA1 Message Date
obarun
d210542eff bump 0.2.1 2018-01-18 22:25:23 +11:00
obarun
4891598c3b rename tty2 service to tty6 2018-01-18 21:32:04 +11:00
obarun
5300a7ee74 rebuild database 2018-01-18 21:19:33 +11:00
obarun
ff894f2bcf typo fix 2018-01-18 21:16:47 +11:00
obarun
879a40fc69 rebuild database 2018-01-18 21:11:08 +11:00
obarun
b4d04ecceb typo fix 2018-01-18 19:56:36 +11:00
7 changed files with 17 additions and 2 deletions

15
NEWS
View File

@@ -1,5 +1,20 @@
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
--------

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -88,7 +88,7 @@ add_env() {
# copy daemon enabled by USER
enabled_daemon() {
for serv in ${LIST_SERV[@]};do
log "enable daemon for ${serv}"
log "enable ${serv} daemon"
ln -sfT ${CLASSIC_ENABLED}/${serv} ${LIVE_CLASSIC_PATH}/${serv}
done
}

View File

@@ -25,6 +25,6 @@ ifelse -X { s6-test $USELVM = yes }
/usr/bin/vgchange -ay
}
foreground { pkill lvmetad }
s6-echo -- lvm-prepare successfully started
s6-echo -- checkfs-lvm successfully started
}
s6-echo -- lvm-prepare desactived