init: add logging
Create /var/log and start syslogd and klogd Signed-off-by: Angus Ainslie <angus@akkea.ca>
This commit is contained in:
parent
9b1e953293
commit
f48f28562e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue