Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
We do want objdir
New dependencies
Fix a bug extracting files from dist schemeObtained from: PC-BSD
Fix a logic bug in pc-sysinstall creating partitions.Improve exit when an error occurs.Fix parsing to grab values which contain extra '=' signs.Fix a bug setting the timezone properly.Fix a usage
Fix a logic bug in pc-sysinstall creating partitions.Improve exit when an error occurs.Fix parsing to grab values which contain extra '=' signs.Fix a bug setting the timezone properly.Fix a usage bug when setting up with gmirror.Allow a uzip file from local media to be used.Allow specifying flags for "newfs" when using UFS as the file system.Run custom commands after doing final cleanup / fstab generationand such. Also fix using relative path for config file.Approved by: re (bz)
show more ...
Add "Extract Only" functionality to pc-sysinstall. This allows disk setup tobe done manually, pc-sysinstall is pointed to a mount-point for installation.PR: bin/154685Submitted by: kmooreApprov
Add "Extract Only" functionality to pc-sysinstall. This allows disk setup tobe done manually, pc-sysinstall is pointed to a mount-point for installation.PR: bin/154685Submitted by: kmooreApproved by: kib (mentor)
Add support for using encrypted password strings when settingthe root / user passwordsPR: bin/152868Submitted by: kmooreApproved by: imp
Initial patches to install images...PR: 150921
Enable softupdate + journals support.PR: 150862Submitted by: Kris Moore
pc-sysinstall(8) patch that allows images to be written to disksThis patch creates the "image" directive for the pc-sysinstall configfile. This allows disks to be configured with an image instead
pc-sysinstall(8) patch that allows images to be written to disksThis patch creates the "image" directive for the pc-sysinstall configfile. This allows disks to be configured with an image instead ofpartitioning.PR: 150137Submitted by: John Hixson
This patch to pc-sysinstall allows the setting of a new configvariable for installation, which lets the user/front-end selectbetween MBR or GPT partitioning schemes when doing a dedicated diskinst
This patch to pc-sysinstall allows the setting of a new configvariable for installation, which lets the user/front-end selectbetween MBR or GPT partitioning schemes when doing a dedicated diskinstallation.PR: 149772Submitted by: Kris Moore
Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. Thisshell script is the back end logic necessary for an installer. Itcontains both query routines to allow a front-end installer to p
Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. Thisshell script is the back end logic necessary for an installer. Itcontains both query routines to allow a front-end installer to presentreasonable choices to the user and also action routines which allowthe front end installer to put a FreeBSD distribution onto a disk. Itsupports installing onto the usual suspects, as well as advancedfeatures like Mirroring, ZFS, Encryprion and GPT labels.While this is only the back-end of the installer, it can do unattendedscripted installations. In PC-BSD's world view, all installations arescripted and all the front-end does is write the script. As such, itis useful in its own right.This has been extensively tested over the past several releases ofPC-BSD. However, differences between that environment and FreeBSDsuggest there will be a period of shake-out while those differencesare 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 theBSDcan site: http://www.bsdcan.org/2010/schedule/events/173.en.htmlThe man page is written by Josh Paetzel, and I wrote the Makefiles forthe FreeBSD integration. Kris wrote the rest.This represents version r7010 in the PC-BSD repo.http://svn.pcbsd.org/pcbsd/current/pc-sysinstallSubmitted by: kris@Sponsored by: iX Systems