summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/examples
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2013-03-03 09:47:47 +0000
committerjpaetzel <jpaetzel@FreeBSD.org>2013-03-03 09:47:47 +0000
commite90e34e6fd581b6e47178b2b847af43581338973 (patch)
tree6d4d7ecf6695c9897e8d77392fab9476adc29c8a /usr.sbin/pc-sysinstall/examples
parent1cd8093cdd9431de10f41476b75322e875f56c38 (diff)
downloadFreeBSD-src-e90e34e6fd581b6e47178b2b847af43581338973.zip
FreeBSD-src-e90e34e6fd581b6e47178b2b847af43581338973.tar.gz
Fix a bug extracting files from dist scheme
Obtained from: PC-BSD
Diffstat (limited to 'usr.sbin/pc-sysinstall/examples')
-rw-r--r--usr.sbin/pc-sysinstall/examples/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.sbin/pc-sysinstall/examples/README b/usr.sbin/pc-sysinstall/examples/README
index cc269a2..1e8d32d 100644
--- a/usr.sbin/pc-sysinstall/examples/README
+++ b/usr.sbin/pc-sysinstall/examples/README
@@ -243,11 +243,16 @@ Set installMedium= to the source type we will be using for this install.
Available Types:
dvd - Search for and mount the DVD which contains the install archive
+local - Pull files directly from a local directory
usb - Search for and mount the USB drive which contains the install archive
ftp - The install archive will be fetched from a FTP / HTTP server before install
rsync - Pull the system data from a ssh + rsync server, specified with variables below
image - Install system from an image
+# localPath=/usr/freebsd-dist
+
+Location of the directory we will be pulling installation files from
+
# installType=(PCBSD, FreeBSD)
Set the type of system we are installing, PCBSD or FreeBSD
@@ -256,10 +261,14 @@ Set the type of system we are installing, PCBSD or FreeBSD
The installer archive, if not using the defaults specified in conf/pc-sysinstall.conf
-# packageType=(tar, uzip, split)
+# packageType=(tar, uzip, split, dist)
The archive type we are extracting from when using dvd, usb or ftp
+# distFiles=base src kernel
+
+List of dist files to install when packageType=dist
+
# ftpPath=ftp://ftp.pcbsd.org/pub/8.0/netinstall
Location of the installer archive when using a installMedium=ftp
OpenPOWER on IntegriCloud