summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/backend/functions-installpackages.sh
Commit message (Collapse)AuthorAgeFilesLines
* Improves and enhances using the "installPackages=" variable.jpaetzel2013-03-031-34/+97
| | | | | | | | | | | | | | | | | Adds "pkgExt=" variable to set if pkgs are .tbz or .txz or other. Auto-detects if packages are PKGNG or old PKG format. Auto-bootstrap of PKGNG for the new installed environment. Fixes issues with installing packages from local media, such as DVD/USB. Switch to using a space-delimiter for installPackages, since a number of packages use a "," in their version string. Fix pc-sysinstall to ignore install scripts, and not hang on user interaction prompts when installing pkgs. Add pkg2ng command as apart of pkgng bootstrap process. Obtained from: PC-BSD
* Fix a syntax error in a little-used function.jpaetzel2011-03-271-3/+3
| | | | | | | | | | Replace expr with $(()) Replace grep > /dev/null with grep -q Replace "$?" = "0" with $? -eq 0 in tests Consolidate export statements with variable assignment Replace tests for ! -z with -n Approved by: kib (mentor)
* Indent things consistentlyimp2010-08-241-75/+75
| | | | | PR: 149926 Submitted by: John Hixson
* Updates to pc-sysinstall that allow FTP installation of FreeBSD.imp2010-08-191-17/+24
| | | | | PR: 148661 Submitted by: John Hixson
* Various updates to support new pc-sysinstall directiveimp2010-08-191-0/+118
"installPackages" that will install packages and all package dependencies. PR: 148606 Submitted by: John Hixon
OpenPOWER on IntegriCloud