Ticket #5297: installoptionalpackages-IgnoreNetFS.patch

File installoptionalpackages-IgnoreNetFS.patch, 557 bytes (added by mmadia, 14 years ago)
  • data/bin/installoptionalpackage

     
    3030# Some Packages cannot be installed,
    3131# as they require either the source code or compiled binaries
    3232declare -a packageIgnoreList=( 'Bluetooth' 'Development' 'DevelopmentMin' \
    33     'DevelopmentBase' 'P7zip' 'UserlandFS' 'Welcome')
     33    'DevelopmentBase' 'NetFS' 'P7zip' 'UserlandFS' 'Welcome')
    3434
    3535
    3636function CreateInstallerScript()