mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 18:18:57 +00:00
add venc conf to init script and set bootdelay (#1118)
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user