summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* dd report short write as error, so don't halt on it.mav2016-03-121-2/+2
|
* Oops, remove debugging forgotten in r296655.mav2016-03-111-1/+1
| | | | MFC after: 2 weeks
* Don't bother to invoke gmirror or zpool if the module is not loaded.mav2016-03-111-0/+6
|
* Unify and improve metadata wiping.mav2016-03-111-24/+18
| | | | MFC after: 2 weeks
* Use `geom disk list` instead `camcontrol identify`.mav2016-03-111-2/+2
| | | | | | The new way works for almost any disk, while the old only for ATA. MFC after: 2 weeks
* Add more SUBDIR_PARALLEL.bdrewery2015-09-261-0/+1
| | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-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
| * Remove extra blank linessjg2015-06-101-1/+0
| |
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-087-14/+0
| |
| * Merge sync of headsjg2015-05-271-1/+1
| |\
| * \ Merge head from 7/28sjg2014-08-191-1/+1
| |\ \
| * | | We do want objdirsjg2013-10-136-6/+0
| | | |
| * | | Updated dependenciessjg2013-10-132-2/+12
| | | |
| * | | New dependenciessjg2013-10-131-0/+12
| | | |
| * | | New/updated dependenciessjg2013-04-143-6/+0
| | | |
| * | | sync from headsjg2013-04-1213-130/+385
| |\ \ \
| * | | | Updated dependenciessjg2013-02-161-2/+0
| | | | |
| | | | |
| | \ \ \
| *-. \ \ \ Sync from headsjg2012-11-046-21/+88
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-225-0/+70
| | |/ / / / | |/| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | Get rid of some more NO_OBJssjg2015-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: D2748
* | | | | | Remove NO_OBJsjg2015-06-115-6/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
* | | | | Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-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)
* | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
| |_|/ |/| | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* | | Remove some more references to legacy ATA.mav2013-04-041-7/+2
| | | | | | | | | | | | Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
* | | Use GNOP to force ZFS pools to 4k.jpaetzel2013-03-036-14/+66
| | | | | | | | | | | | Obtained from: PC-BSD
* | | Improves and enhances using the "installPackages=" variable.jpaetzel2013-03-032-83/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Fix a bug extracting files from dist schemejpaetzel2013-03-034-26/+132
| |/ |/| | | | | Obtained from: PC-BSD
* | Add TRIM support, enabled by default.jpaetzel2012-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
* Fix detecting available zpool names.jpaetzel2012-05-301-1/+1
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Fix French Canadian console keyboard layoutjpaetzel2012-05-301-0/+1
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Style fixes.jpaetzel2012-05-141-9/+3
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Set the MBR partition to active when doing a full disk MBR.jpaetzel2012-05-141-0/+3
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD Sponsored by: iXsystems MFC after: 3 days
* Add bootcamp bootloader stampjpaetzel2012-05-041-0/+4
| | | | | | | Submitted by: kmoore Obtained from: PC-BSD MFC after: 3 days Sponsored by: iXsystems
* Add powerpc / powerpc64 support to pc-sysinstall. This patch willjpaetzel2012-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
* Use a unique zpool name during install, in the case of having anotherjpaetzel2012-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
* Fix some issues creating zpool mirror / raidz1(2)(3) devices.jpaetzel2012-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
* Add the ability to configure multiple interfaces.jpaetzel2012-05-031-17/+39
| | | | | | Submitted by: glarkin Obtained from: PC-BSD MFC after: 3 days
* Fix parsing values which contain multiple "=" signs.jpaetzel2012-05-031-6/+6
| | | | | | Submitted by: glarkin MFC after: 3 days Sponsored by: iXsystems
* An intel RAID can have any arbitrary name.jpaetzel2012-03-191-4/+1
|
* Redirect camcontrol stderr to /dev/null.jpaetzel2012-03-181-1/+1
|
* Use gpart "-a" flag to 4k alignment.jpaetzel2012-03-122-62/+3
| | | | | Submitted by: kris Obtained from: PC-BSD
* Add the ability to use a varity of ZFS dataset options.jpaetzel2012-03-125-47/+78
| | | | | | | While here fix a bug causing zpools with /tmp mount-points to fail Submitted by: kris Obtained from: PC-BSD
* Improve ZFS exporting functionality, only export pools which are on ajpaetzel2012-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
* Check for intel RAID devicesjpaetzel2012-03-121-1/+13
| | | | | Submitted by: kris Obtained from: PC-BSD
* Fix a couple of bugs saving network config.jpaetzel2012-03-121-4/+10
| | | | | | | | Don't duplicate wlans_ lines. Enable ipv6 on wireless devices correctly. Submitted by: kris Obtained from: PC-BSD
* Make sure when creating new MBR partition it is set to active by default.jpaetzel2012-03-122-2/+7
| | | | | Submitted by: kris Obtained from: PC-BSD
* Fix a bug running the autoinstall functionality.jpaetzel2012-03-121-1/+1
| | | | | Submitted by: kris Obtained from: PC-BSD
* Work around broken BIOS memory reportingemaste2012-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>
* Permit the use of raidz3 in pc-sysinstalleadler2012-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
* Spelling fixes for usr.sbin/uqs2011-12-303-5/+5
|
OpenPOWER on IntegriCloud