add openrc init system support to serial console element
Change-Id: Id58e53a592b5f4601b893ba6c828bad07942b07b Signed-off-by: Matthew Thode <mthode@mthode.org>
This commit is contained in:
parent
70892a7a16
commit
2559933f8f
@ -12,4 +12,6 @@ if [ "$DIB_INIT_SYSTEM" == "upstart" ]; then
|
||||
install -m 0644 -o root -g root ${SCRIPTDIR}/ttySx.conf /etc/init/ttySx.conf
|
||||
elif [ "$DIB_INIT_SYSTEM" == "systemd" ]; then
|
||||
install -D -g root -o root -m 0644 ${SCRIPTDIR}/serial-console-udev.rules /etc/udev/rules.d/99-serial-console.rules
|
||||
elif [ "$DIB_INIT_SYSTEM" == "openrc" ]; then
|
||||
sed -r 's/^#(.*ttyS[0,1].*$)/\1/' -i /etc/inittab
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user