Commit 997690d9 authored by Florent Revest's avatar Florent Revest

initramfs-boot-android: Don't spam dmesg with systemd starting up by default...

initramfs-boot-android: Don't spam dmesg with systemd starting up by default (it's only necessary for development and is stopped once journalctl is started anyway)
parent 9cdcabac
......@@ -95,4 +95,4 @@ mount -t proc proc $BOOT_DIR/proc
mount -t sysfs sys $BOOT_DIR/sys
info "Switching to rootfs..."
exec switch_root -c /dev/ttyprintk $BOOT_DIR /lib/systemd/systemd > /dev/ttyprintk
exec switch_root -c /dev/ttyprintk $BOOT_DIR /lib/systemd/systemd
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment