summaryrefslogtreecommitdiff
path: root/initramfs-tools
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-06 16:36:32 -0400
committerAndrew Cady <d@jerkface.net>2019-10-06 20:57:52 -0400
commit0e7afc5e9c747c58ace6af05e1befb72a5cfb782 (patch)
tree3cfa9eaec6504d9800292652ad76c1403cce89ec /initramfs-tools
parent0ac3b66470711b6535281be4d3bc8ec7e260bdab (diff)
initrd: visible output when waiting to find a network
Diffstat (limited to 'initramfs-tools')
-rw-r--r--initramfs-tools/scripts/samizdat2
1 files changed, 1 insertions, 1 deletions
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
5 5
6my_configure_networking() 6my_configure_networking()
7{ 7{
8 configure_networking 8 configure_networking > /dev/tty1
9 if [ -e /run/net-"$DEVICE".conf ] 9 if [ -e /run/net-"$DEVICE".conf ]
10 then 10 then
11 . /run/net-"$DEVICE".conf 11 . /run/net-"$DEVICE".conf