History log of /freebsd-10-stable/usr.sbin/pc-sysinstall/pc-sysinstall/
Revision Date Author Comments
256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


218800 18-Feb-2011 jpaetzel

Add support to pc-sysinstall's create-part feature, to create non MBR type partitions,
such as GPT and others.

PR: bin/154684
Submitted by: kmoore
Approved by: kib (mentor, implicit)


213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


213572 08-Oct-2010 uqs

mdoc: fix manlint warnings by unbreaking mdoc syntax


212337 08-Sep-2010 imp

pc-sysinstall(8) patch that allows images to be written to disks

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


211730 24-Aug-2010 imp

Indent things consistently

PR: 149926
Submitted by: John Hixson


211489 19-Aug-2010 imp

Added "-m" option to "disk-list" to list memory disks along with
standard disks.

PR: 149749
Submitted by: John Hixson


211487 19-Aug-2010 imp

Some cleanup, changed some echo's to echo_log, check for PROGDIR so
that different PROGDIR's can be set.

PR: 148806
Submitted by: John Hixson


211485 19-Aug-2010 imp

Various updates to support new pc-sysinstall directive
"installPackages" that will install packages and all package
dependencies.

PR: 148606
Submitted by: John Hixon


211397 16-Aug-2010 joel

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


210036 13-Jul-2010 imp

Add support for packages.

PR: 148584
Submitted by: John Hixon


209751 06-Jul-2010 imp

A few patches from Ed Maste by way of Kris Moore

1. Change detect-vmware to detect-emulation
2. improve laptop detection
3. better, network descriptions


209554 27-Jun-2010 imp

Properly inherit variables from src/usr.sbin/Makefile.inc for
subdirectories of pc-sysinstall. Back out explicit setting in
pc-sysinstall/pc-sysinstall/Makefile.


209553 27-Jun-2010 imp

Update pc-sysinstall to output list of FTP mirrors as well as some
installation information. Export architecture to install.

PR: 148184
Submitted by: John Hixson


209552 27-Jun-2010 imp

Spell iXsystems, Inc properly

Submitted by: delphij@


209518 24-Jun-2010 imp

Fix a stray PC-BSDism, on FreeBSD, we install these things into /usr/share


209515 24-Jun-2010 imp

Makefile overlooked in r2095137


209513 24-Jun-2010 imp

Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. This
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