Skip to content

Commit

Permalink
initramfs: Drop no network connection message
Browse files Browse the repository at this point in the history
This isn't useful for modern laptops, it just pollutes the namespace.
  • Loading branch information
Mario Limonciello committed Dec 12, 2019
1 parent fabf693 commit 61a9068
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/initramfs-tools/scripts/local-top/clevis.in
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ if eth_check; then
# Make sure networking is set up: if booting via nfs, it already is
# Doesn't seem to work when added to clevisloop for some reason
[ "$boot" = nfs ] || configure_networking
else
echo No Network Connection
fi

clevisloop &
Expand Down

0 comments on commit 61a9068

Please sign in to comment.