From 3b6822d7c89a6b2f66cb0fed5d3d1627557d5810 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Mon, 31 Jul 2023 12:13:23 -0700 Subject: [PATCH] easyinstall: Dynamically detect an available network i/f, and abort if none is found (#1193) * Dynamically detect an available network i/f, and abort if none is found * Network i/f fallback for headless mode * Split piscsi installation and system service configuration --- easyinstall.sh | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/easyinstall.sh b/easyinstall.sh index 53c10ce2..4a980fef 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -189,8 +189,10 @@ function installPiscsi() { # install sudo make install CONNECT_TYPE="$CONNECT_TYPE"