From 0e7afc5e9c747c58ace6af05e1befb72a5cfb782 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 6 Oct 2019 16:36:32 -0400 Subject: initrd: visible output when waiting to find a network --- initramfs-tools/scripts/samizdat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs-tools') diff --git a/initramfs-tools/scripts/samizdat b/initramfs-tools/scripts/samizdat index 4f93a7f..6fd472e 100644 --- a/initramfs-tools/scripts/samizdat +++ b/initramfs-tools/scripts/samizdat @@ -5,7 +5,7 @@ debug_log samizdat.init my_configure_networking() { - configure_networking + configure_networking > /dev/tty1 if [ -e /run/net-"$DEVICE".conf ] then . /run/net-"$DEVICE".conf -- cgit v1.2.3