diff options
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" |