diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-05-23 01:09:05 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-05-23 01:09:05 -0400 |
commit | f99967914553c82898fd55e66910a31347c4aeba (patch) | |
tree | 866103d5357c90ff4e68f19b6f9367b825b8d379 /PCBSD | |
parent | 8b3a495bac40fdf967d7c1984ec0dcf1996c14db (diff) | |
download | pfsense-f99967914553c82898fd55e66910a31347c4aeba.zip pfsense-f99967914553c82898fd55e66910a31347c4aeba.tar.gz |
Adding cpdup packageType
Diffstat (limited to 'PCBSD')
-rwxr-xr-x | PCBSD/pc-sysinstall/backend/parseconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCBSD/pc-sysinstall/backend/parseconfig.sh b/PCBSD/pc-sysinstall/backend/parseconfig.sh index 9bf92b8..c3b55a5 100755 --- a/PCBSD/pc-sysinstall/backend/parseconfig.sh +++ b/PCBSD/pc-sysinstall/backend/parseconfig.sh @@ -45,7 +45,7 @@ check_value installMode "fresh upgrade" check_value bootManager "bsd none" check_value installType "PCBSD FreeBSD" check_value installMedium "dvd usb ftp rsync" -check_value packageType "uzip tar rsync split" +check_value packageType "cpdup uzip tar rsync split" check_value partition "all ALL s1 s2 s3 s4 free FREE" if_check_value_exists mirrorbal "load prefer round-robin split" |