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
Updated dependencies
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
show more ...
Various updates to support new pc-sysinstall directive"installPackages" that will install packages and all packagedependencies.PR: 148606Submitted by: John Hixon
Add support for packages.PR: 148584Submitted by: John Hixon
A few patches from Ed Maste by way of Kris Moore1. Change detect-vmware to detect-emulation2. improve laptop detection3. better, network descriptions
Update pc-sysinstall to output list of FTP mirrors as well as someinstallation information. Export architecture to install.PR: 148184Submitted by: John Hixson
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