summaryrefslogtreecommitdiff
path: root/usr.sbin/pc-sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* dd report short write as error, so don't halt on it.Alexander Motin2016-03-121-2/+2
| | | | Notes: svn path=/head/; revision=296776
* Oops, remove debugging forgotten in r296655.Alexander Motin2016-03-111-1/+1
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=296673
* Don't bother to invoke gmirror or zpool if the module is not loaded.Alexander Motin2016-03-111-0/+6
| | | | Notes: svn path=/head/; revision=296656
* Unify and improve metadata wiping.Alexander Motin2016-03-111-24/+18
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=296655
* Use `geom disk list` instead `camcontrol identify`.Alexander Motin2016-03-111-2/+2
| | | | | | | | | The new way works for almost any disk, while the old only for ATA. MFC after: 2 weeks Notes: svn path=/head/; revision=296654
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-09-261-0/+1
| | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288266
* Add META_MODE support.Simon J. Gerraty2015-06-137-0/+77
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * Remove extra blank linesSimon J. Gerraty2015-06-101-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284224
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-087-14/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=283595
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ \ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| * | | We do want objdirSimon J. Gerraty2013-10-136-6/+0
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=256421
| * | | Updated dependenciesSimon J. Gerraty2013-10-132-2/+12
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=256419
| * | | New dependenciesSimon J. Gerraty2013-10-131-0/+12
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=256418
| * | | New/updated dependenciesSimon J. Gerraty2013-04-143-6/+0
| | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=249459
| * | | sync from headSimon J. Gerraty2013-04-1213-127/+382
| |\ \ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=249429
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | | | Sync from headSimon J. Gerraty2012-11-046-21/+88
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242545
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-225-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | | | | Get rid of some more NO_OBJsSimon J. Gerraty2015-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: D2748 Notes: svn path=/head/; revision=284321
* | | | | | Remove NO_OBJSimon J. Gerraty2015-06-115-6/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp Notes: svn path=/head/; revision=284255
* | | | | Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;Colin Percival2015-02-121-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update paths; and include everything in the "base" distribution. The "games" distribution being optional made sense when there were more games and we had small disks; but the "games-like" games were moved into the ports tree a dozen years ago and the remaining "utility-like" games occupy less than 0.001% of my laptop's small hard drive. Meanwhile every new user is confronted by the question "do you want games installed" when they they try to install FreeBSD. The next steps will be: 2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor, morse, number, primes, and random, since there is evidence that those are still being used. 3. Merging src/games into src/usr.bin. This change will not be MFCed. Reviewed by: jmg Discussed at: EuroBSDCon Approved by: gjb (release-affecting changes) Notes: svn path=/head/; revision=278616
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* | | Remove some more references to legacy ATA.Alexander Motin2013-04-041-7/+2
| | | | | | | | | | | | | | | | | | | | | Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> Notes: svn path=/head/; revision=249094
* | | Use GNOP to force ZFS pools to 4k.Josh Paetzel2013-03-036-14/+66
| | | | | | | | | | | | | | | | | | | | | Obtained from: PC-BSD Notes: svn path=/head/; revision=247735
* | | Improves and enhances using the "installPackages=" variable.Josh Paetzel2013-03-032-81/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=247734
* | | Fix a bug extracting files from dist schemeJosh Paetzel2013-03-034-25/+131
| |/ |/| | | | | | | | | | | Obtained from: PC-BSD Notes: svn path=/head/; revision=247705
* | Add TRIM support, enabled by default.Josh Paetzel2012-09-066-21/+88
|/ | | | | | | | | | | | | Fix a bug installing components from a localPath. Allow autosizing of any partition, not just the last partition. Adjust how ZFS is laid out to work with Boot Environments. Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Notes: svn path=/head/; revision=240165
* Fix detecting available zpool names.Josh Paetzel2012-05-301-1/+1
| | | | | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems Notes: svn path=/head/; revision=236331
* Fix French Canadian console keyboard layoutJosh Paetzel2012-05-301-0/+1
| | | | | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems Notes: svn path=/head/; revision=236330
* Style fixes.Josh Paetzel2012-05-141-9/+3
| | | | | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems Notes: svn path=/head/; revision=235453
* Set the MBR partition to active when doing a full disk MBR.Josh Paetzel2012-05-141-0/+3
| | | | | | | | | | Submitted by: kmoore Obtained from: PC-BSD Sponsored by: iXsystems MFC after: 3 days Notes: svn path=/head/; revision=235452
* Add bootcamp bootloader stampJosh Paetzel2012-05-041-0/+4
| | | | | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems Notes: svn path=/head/; revision=235008
* Add powerpc / powerpc64 support to pc-sysinstall. This patch willJosh Paetzel2012-05-042-3/+76
| | | | | | | | | | | | | | autodetect if on powerpc and use the APM gpart GEOM class automaticaly. At this time support for full disk installation is the only supported scheme. Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems Notes: svn path=/head/; revision=235006
* Use a unique zpool name during install, in the case of having anotherJosh Paetzel2012-05-041-3/+14
| | | | | | | | | | | | PC-BSD / FreeBSD zpool on the system for another install. Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems Notes: svn path=/head/; revision=235005
* Fix some issues creating zpool mirror / raidz1(2)(3) devices.Josh Paetzel2012-05-032-53/+60
| | | | | | | | | | | | | Fix issues stamping boot on other ZFS drives, now you can boot after removing mirror drive. Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems Notes: svn path=/head/; revision=234990
* Add the ability to configure multiple interfaces.Josh Paetzel2012-05-031-17/+39
| | | | | | | | | Submitted by: glarkin Obtained from: PC-BSD MFC after: 3 days Notes: svn path=/head/; revision=234987
* Fix parsing values which contain multiple "=" signs.Josh Paetzel2012-05-031-6/+6
| | | | | | | | | Submitted by: glarkin MFC after: 3 days Sponsored by: iXsystems Notes: svn path=/head/; revision=234985
* An intel RAID can have any arbitrary name.Josh Paetzel2012-03-191-4/+1
| | | | Notes: svn path=/head/; revision=233186
* Redirect camcontrol stderr to /dev/null.Josh Paetzel2012-03-181-1/+1
| | | | Notes: svn path=/head/; revision=233131
* Use gpart "-a" flag to 4k alignment.Josh Paetzel2012-03-122-62/+3
| | | | | | | | Submitted by: kris Obtained from: PC-BSD Notes: svn path=/head/; revision=232901
* Add the ability to use a varity of ZFS dataset options.Josh Paetzel2012-03-125-47/+78
| | | | | | | | | | While here fix a bug causing zpools with /tmp mount-points to fail Submitted by: kris Obtained from: PC-BSD Notes: svn path=/head/; revision=232899
* Improve ZFS exporting functionality, only export pools which are on aJosh Paetzel2012-03-121-16/+18
| | | | | | | | | | | | specific device we happen to be writing to. This fixes an issue when running pc-sysinstall on a running system which needs ZFS and the main disk gets exported. Submitted by: kris Obtained from: PC-BSD Notes: svn path=/head/; revision=232898
* Check for intel RAID devicesJosh Paetzel2012-03-121-1/+13
| | | | | | | | Submitted by: kris Obtained from: PC-BSD Notes: svn path=/head/; revision=232895
* Fix a couple of bugs saving network config.Josh Paetzel2012-03-121-4/+10
| | | | | | | | | | | Don't duplicate wlans_ lines. Enable ipv6 on wireless devices correctly. Submitted by: kris Obtained from: PC-BSD Notes: svn path=/head/; revision=232890
* Make sure when creating new MBR partition it is set to active by default.Josh Paetzel2012-03-122-2/+7
| | | | | | | | Submitted by: kris Obtained from: PC-BSD Notes: svn path=/head/; revision=232889
* Fix a bug running the autoinstall functionality.Josh Paetzel2012-03-121-1/+1
| | | | | | | | Submitted by: kris Obtained from: PC-BSD Notes: svn path=/head/; revision=232880
* Work around broken BIOS memory reportingEd Maste2012-03-081-2/+9
| | | | | | | | | | | Andrzej has a machine with 32GB of RAM, but only 16GB is reported by the smbios.memory.enabled. Thus, use the greater of hw.realmem and the smbios value. Reported by: Andrzej Tobola <ato of iem pw edu pl> Notes: svn path=/head/; revision=232681
* Permit the use of raidz3 in pc-sysinstallEitan Adler2012-03-041-1/+1
| | | | | | | | | | | PR: conf/164709 Submitted by: Garrett Cooper <yanegomi@gmail.com> Reviewed by: brd, brooks Approved by: cperciva MFC after: 3 days Notes: svn path=/head/; revision=232510
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-303-5/+5
| | | | Notes: svn path=/head/; revision=228990