summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/backend/parseconfig.sh
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/backend/parseconfig.sh
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/backend/parseconfig.sh')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/parseconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/parseconfig.sh b/usr.sbin/pc-sysinstall/backend/parseconfig.sh
index c852cea..f3d89fc 100755
--- a/usr.sbin/pc-sysinstall/backend/parseconfig.sh
+++ b/usr.sbin/pc-sysinstall/backend/parseconfig.sh
@@ -69,7 +69,7 @@ file_sanity_check "installMode installType installMedium packageType"
check_value installMode "fresh upgrade extract"
check_value installType "PCBSD FreeBSD"
check_value installMedium "dvd usb ftp rsync image local"
-check_value packageType "uzip tar rsync split"
+check_value packageType "uzip tar rsync split dist"
if_check_value_exists mirrorbal "load prefer round-robin split"
# We passed all sanity checks! Yay, lets start the install
OpenPOWER on IntegriCloud