summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* When we switched to the gpart backend, and provided selection betweenimp2010-11-101-1/+4
| | | | | | | | MBR & GPT, the MBR full-disk init failed to stamp boot1, and results in a boot not found error. This patch fixes the issue. PR: 151990 Submitted by: Kris Moore
* Turns out we need functions.sh in this file for convert_to_megabytes call.imp2010-10-281-1/+1
|
* More simplificationsimp2010-10-222-23/+7
| | | | Submitted by: Alex Kozlov
* Remove unnecessary variable.imp2010-10-221-2/+0
| | | | Submitted by: Alex Kozlov
* Fix two typosimp2010-10-211-2/+2
| | | | Submitted by: Benedict Reuschling
* More support for IMAGE installationsimp2010-10-211-1/+9
|
* Minor tweaks in compression support:imp2010-10-211-9/+9
| | | | | | | | o We need an eval here to get the right expansion of the command o bs=128k doesn't work in some cases, so eliminate it and cope with the minor performance hit. Submitted by: john hixson
* Left over from prior patch removed.imp2010-10-211-11/+0
| | | | | Submitted by: John Hixon PR: 151442 (but the patch was backwards there)
* This patch will only list components if the directory exists. Theimp2010-10-211-18/+19
| | | | | | | directory exist on PC-BSD but not FreeBSD, so an extra check is made. Submitted by: John Hixson PR: 151461
* This is an updated patch to the last patch to do this which fixes aimp2010-10-211-60/+44
| | | | | | | | local variable issue. This patch decompresses compressed images to the stdout when writing to a device to avoid running out of space issues. Submitted by: John Hixson Pr: 151049
* This small patch updates the "geli setkey" flags pc-sysinstall usesimp2010-10-211-1/+1
| | | | | | | | when saving a users passphrase, to make it work in HEAD with recent geli improvements. Submitted by: Kris Moore PR: 151002
* Simplify and significantly speed up the timezone listing backend script.emaste2010-10-191-13/+4
| | | | Reviewed by: imp
* Minor cleanup, including sysctl -n instead of sed to remove the sysctlemaste2010-10-191-4/+1
| | | | | | name. Reviewed by: imp
* Initial patches to install images...imp2010-10-099-102/+305
| | | | PR: 150921
* Fix typo: thanks Kris for pointing this out.imp2010-10-091-1/+1
|
* Enable softupdate + journals support.imp2010-10-095-5/+29
| | | | | PR: 150862 Submitted by: Kris Moore
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* mdoc: fix manlint warnings by unbreaking mdoc syntaxuqs2010-10-081-1/+2
|
* Add file missed in r212337, my bad...imp2010-09-091-0/+34
|
* pc-sysinstall(8) patch that allows images to be written to disksimp2010-09-0813-239/+523
| | | | | | | | | This patch creates the "image" directive for the pc-sysinstall config file. This allows disks to be configured with an image instead of partitioning. PR: 150137 Submitted by: John Hixson
* Indent things consistentlyimp2010-08-2432-1506/+1620
| | | | | PR: 149926 Submitted by: John Hixson
* This patch to pc-sysinstall allows the setting of a new configimp2010-08-192-7/+97
| | | | | | | | | variable for installation, which lets the user/front-end select between MBR or GPT partitioning schemes when doing a dedicated disk installation. PR: 149772 Submitted by: Kris Moore
* Added "-m" option to "disk-list" to list memory disks along withimp2010-08-193-5/+22
| | | | | | | standard disks. PR: 149749 Submitted by: John Hixson
* Simple patch to add support zpool virtual devices that are notimp2010-08-191-13/+6
| | | | | | | currently supported. PR: 149599 Submitted by: John Hixson
* Some cleanup, changed some echo's to echo_log, check for PROGDIR soimp2010-08-193-7/+26
| | | | | | | that different PROGDIR's can be set. PR: 148806 Submitted by: John Hixson
* Updates to pc-sysinstall that allow FTP installation of FreeBSD.imp2010-08-194-39/+224
| | | | | PR: 148661 Submitted by: John Hixson
* Various updates to support new pc-sysinstall directiveimp2010-08-1912-35/+358
| | | | | | | | "installPackages" that will install packages and all package dependencies. PR: 148606 Submitted by: John Hixon
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-2/+2
| | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* Fixes a bug when installing with a ZFS on root (/) and UFS /bootimp2010-07-311-0/+14
| | | | | | partition. Don't stamp the zfs boot-loader in this case. Submitted by: kris moore
* Adds the async option for journaled file systems (UFS + journaling)imp2010-07-311-2/+10
| | | | Submitted by: kris moore (kris at pcbsd org)
* Add support for packages.imp2010-07-1310-24/+325
| | | | | PR: 148584 Submitted by: John Hixon
* Further simplification.imp2010-07-071-1/+1
|
* These files should have been added/deleted in r209751imp2010-07-061-8/+13
|
* A few patches from Ed Maste by way of Kris Mooreimp2010-07-066-25/+19
| | | | | | 1. Change detect-vmware to detect-emulation 2. improve laptop detection 3. better, network descriptions
* Properly inherit variables from src/usr.sbin/Makefile.inc forimp2010-06-272-1/+3
| | | | | subdirectories of pc-sysinstall. Back out explicit setting in pc-sysinstall/pc-sysinstall/Makefile.
* Update pc-sysinstall to output list of FTP mirrors as well as someimp2010-06-279-6/+464
| | | | | | | installation information. Export architecture to install. PR: 148184 Submitted by: John Hixson
* Spell iXsystems, Inc properlyimp2010-06-2741-41/+41
| | | | Submitted by: delphij@
* We need to install the shell scripts as executables rather than asimp2010-06-253-3/+3
| | | | | | data files in the backend* trees. Submitted by: John Hixon
* Fix a stray PC-BSDism, on FreeBSD, we install these things into /usr/shareimp2010-06-241-1/+1
|
* Makefile overlooked in r2095137imp2010-06-241-0/+6
|
* Remove the license files that svn made me remove at the last second, doh!imp2010-06-241-2/+1
|
* Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. Thisimp2010-06-2469-0/+8184
shell script is the back end logic necessary for an installer. It contains both query routines to allow a front-end installer to present reasonable choices to the user and also action routines which allow the front end installer to put a FreeBSD distribution onto a disk. It supports installing onto the usual suspects, as well as advanced features like Mirroring, ZFS, Encryprion and GPT labels. While this is only the back-end of the installer, it can do unattended scripted installations. In PC-BSD's world view, all installations are scripted and all the front-end does is write the script. As such, it is useful in its own right. This has been extensively tested over the past several releases of PC-BSD. However, differences between that environment and FreeBSD suggest there will be a period of shake-out while those differences are discovered and corrected. A text-based front-end is in the works. For the GUI-based front-end, you can use the PC-BSD distribution. Kris' BSDcan paper on pc-sysinstall is linked off his talk on the BSDcan site: http://www.bsdcan.org/2010/schedule/events/173.en.html The man page is written by Josh Paetzel, and I wrote the Makefiles for the FreeBSD integration. Kris wrote the rest. This represents version r7010 in the PC-BSD repo. http://svn.pcbsd.org/pcbsd/current/pc-sysinstall Submitted by: kris@ Sponsored by: iX Systems
OpenPOWER on IntegriCloud