ecc12db0a4
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
16 lines
607 B
Makefile
16 lines
607 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= functions-bsdlabel.sh functions-cleanup.sh functions-disk.sh \
|
|
functions-extractimage.sh functions-ftp.sh functions-installcomponents.sh \
|
|
functions-installpackages.sh functions-localize.sh functions-mountdisk.sh \
|
|
functions-mountoptical.sh functions-networking.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 installimage.sh
|
|
FILESMODE= ${BINMODE}
|
|
FILESDIR=${SHAREDIR}/pc-sysinstall/backend
|
|
NO_OBJ=
|
|
|
|
.include <bsd.prog.mk>
|