init: add logging

Create /var/log and start syslogd and klogd

Signed-off-by: Angus Ainslie <angus@akkea.ca>
This commit is contained in:
Angus Ainslie 2021-08-28 09:22:27 -07:00
parent 9b1e953293
commit f48f28562e

View File

@ -51,6 +51,11 @@ mknod /dev/null c 1 3
mknod /dev/tty c 5 0
mdev -s
# enable logging
mkdir -p /var/log
syslogd
klogd
# Finishing rescue setup
setup_usb_configfs
start_serial_getty