Standard Packages
Standard packages can be retrived as a whole with the 'bwmgrUpgrader getupgrade' command.
Package | Description |
---|---|
PKGS | The package configuration package |
V8GUI | The Main BWMGR GUI Files and Forms |
V8MISC | Everything Else |
V8UTILS | Variou BWMGR executable utilities |
V8KERNEL | The kernel, kernel modules and boot files |
V8PHP | The PHP binaries and apache module |
V8DRIVER | The ET/BWMGER Kernel Module. Requires Reboot |
V8LIBS | PHP Libraries |
Optional Packages
These packages are not part of the standard install.
Package | Description |
---|---|
V8DEFAULTS | Various config files in the default system. Warning: Installing this full package will overwrite your settings. |
FM | The File Manager module |
V8LOC | The Location Database. This is a huge download |
Directories and Files
/etc/packages has the config. You should net have to modify these/usr/local/packages is where package files (.txz) are stored/usr/local/etc/packages is where package configuration files are stores./usr/local/etc/packages/EXCLUDES is a list of files to exclude from upgrading. For example, suppose you modify the protocols file with some custom entries and don't wnnt this file updated. And you've patched ifconfig for some weird nic. You could add this file to EXCLUDES to keep them from being changed:/etc/bwmgr/protocols
/sbin/ifconfig
One full file path per line.
Package configuration files are auto-maintained and you should not edit any of these files unless instructed to do so by support.
Getting and Installing Packages
To see the files in a package:bwmgrUpgrader filelist PACKAGE
To pull a package down to /usr/local/packages:bwmgrUpgrader getPackage PACKAGE
To install a package and run post-install:bwmgrUpgrader install PACKAGE