mirror of https://github.com/OpenIPC/firmware.git
add venc conf to init script and set bootdelay (#1118)
parent
d11c70ab55
commit
44768a7ff1
|
@ -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
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
# Start venc encoder
|
||||
#
|
||||
|
||||
. /etc/venc.conf
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
echo "Starting venc encoder service..."
|
||||
|
|
Loading…
Reference in New Issue