add venc conf to init script and set bootdelay (#1118)

pull/1119/head
cronyx 2023-11-07 02:50:52 +03:00 committed by GitHub
parent d11c70ab55
commit 44768a7ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,8 @@ sigmastar() {
}
all_other() {
# set boot delay
fw_setenv bootdelay 0
# don't load f2fs module (disabled in kernel)
sed -i "s!f2fs!#f2fs!g" /etc/modules
sed -i "s!console::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL!#console::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL!g" /etc/inittab

View File

@ -3,6 +3,8 @@
# Start venc encoder
#
. /etc/venc.conf
case "$1" in
start)
echo "Starting venc encoder service..."