Skip to content

Commit

Permalink
Revert "disable verbose messages for dhclient"
Browse files Browse the repository at this point in the history
This reverts commit a073784.
  • Loading branch information
Mrfai committed Oct 24, 2022
1 parent a073784 commit 83fd99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subroutines
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ task_confdir() {
. $LOGDIR/boot.log
unset T170 T171 T172 ROOT_PATH BOOTFILE
if [ -n "$NIC1" ]; then
dhclient -4 -i -lf /tmp/$NIC1.lease -pf /tmp/dhclient.pid $NIC1 &
dhclient -4 -v -i -lf /tmp/$NIC1.lease -pf /tmp/dhclient.pid $NIC1 &
fi

printk=${printk:-6}
Expand Down

0 comments on commit 83fd99b

Please sign in to comment.