summaryrefslogtreecommitdiffstats
path: root/config.sh.in
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-14 09:11:08 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-14 09:11:08 (EST)
commitd3373dcb399c1307f8ccf28edc73aff7adc6d5e3 (patch)
tree5a9f7654351c82f2d00c69e87eba04f1a0cb80ed /config.sh.in
parent9b5ed6e3a48c85f21fac0e9ad372fc300360947b (diff)
config.sh.in: Add HAVE_SFDISK, SFDISK, HAVE_FDISK, and FDISK
Diffstat (limited to 'config.sh.in')
-rw-r--r--config.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sh.in b/config.sh.in
index fef7aae..6cdc75e 100644
--- a/config.sh.in
+++ b/config.sh.in
@@ -4,4 +4,8 @@ PACKAGE_VERSION='@PACKAGE_VERSION@'
WGET='@WGET@'
GUNZIP='@GUNZIP@'
SHA256SUM='@SHA256SUM@'
+HAVE_SFDISK='@HAVE_SFDISK@'
+SFDISK='@SFDISK@'
+HAVE_FDISK='@HAVE_FDISK@'
+FDISK='@FDISK@'
MKE2FS='@MKE2FS@'