summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-05-30 15:36:45 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-06-12 13:03:55 +1000
commite54e26065cea435fed19b8b2687c87927f1b63f1 (patch)
tree9e3fb8f89aeac264cdab38910ce3c963a03401c1 /configure.ac
parent917f7aa880a7c6ab08991ae0c969d0489ba48845 (diff)
downloadtalos-petitboot-e54e26065cea435fed19b8b2687c87927f1b63f1.tar.gz
talos-petitboot-e54e26065cea435fed19b8b2687c87927f1b63f1.zip
discover: Rescan SCSI devices on reinit
Explicitly rescan SCSI devices on reinit rather than just remounting them in case a device did not init properly on boot. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bdd7f70..9eb0855 100644
--- a/configure.ac
+++ b/configure.ac
@@ -343,6 +343,7 @@ DEFINE_HOST_PROG(VGCHANGE, vgchange, [/usr/sbin/vgchange])
DEFINE_HOST_PROG(PB_PLUGIN, pb-plugin, [/usr/sbin/pb-plugin])
DEFINE_HOST_PROG(PB_EXEC, pb-exec, [/usr/sbin/pb-exec])
DEFINE_HOST_PROG(SH, sh, [/bin/sh])
+DEFINE_HOST_PROG(SCSI_RESCAN, scsi-rescan, [/usr/sbin/scsi-rescan])
AC_ARG_WITH(
[tftp],
OpenPOWER on IntegriCloud