summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/backend/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-09-08 20:10:24 +0000
committerimp <imp@FreeBSD.org>2010-09-08 20:10:24 +0000
commit608e1b84a9142f7c5e7fb3c2d7e2bc4f64e633f0 (patch)
tree5ce459b82379b2f9c9e5e123d469051fec1d1078 /usr.sbin/pc-sysinstall/backend/Makefile
parent026629bb9d4e11fa2dbd6720aad17eec6dc51ddf (diff)
downloadFreeBSD-src-608e1b84a9142f7c5e7fb3c2d7e2bc4f64e633f0.zip
FreeBSD-src-608e1b84a9142f7c5e7fb3c2d7e2bc4f64e633f0.tar.gz
pc-sysinstall(8) patch that allows images to be written to disks
This patch creates the "image" directive for the pc-sysinstall config file. This allows disks to be configured with an image instead of partitioning. PR: 150137 Submitted by: John Hixson
Diffstat (limited to 'usr.sbin/pc-sysinstall/backend/Makefile')
-rw-r--r--usr.sbin/pc-sysinstall/backend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/Makefile b/usr.sbin/pc-sysinstall/backend/Makefile
index fa51d50..6165191 100644
--- a/usr.sbin/pc-sysinstall/backend/Makefile
+++ b/usr.sbin/pc-sysinstall/backend/Makefile
@@ -7,7 +7,7 @@ FILES= functions-bsdlabel.sh functions-cleanup.sh functions-disk.sh \
functions-newfs.sh functions-packages.sh functions-parse.sh \
functions-runcommands.sh functions-unmount.sh \
functions-upgrade.sh functions-users.sh \
- functions.sh parseconfig.sh startautoinstall.sh
+ functions.sh parseconfig.sh startautoinstall.sh installimage.sh
FILESMODE= ${BINMODE}
FILESDIR=${SHAREDIR}/pc-sysinstall/backend
NO_OBJ=
OpenPOWER on IntegriCloud