summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/partedit
Commit message (Collapse)AuthorAgeFilesLines
...
* | | If no partition configuration is specified in {}, use the automatic setupnwhitehorn2013-01-203-5/+11
| | | | | | | | | | | | | | | | | | | | | the interactive installer uses. Example: bsdinstall scriptedpart ada0 Result: Use entire disk for a FreeBSD system with default partition layout
* | | Add a simple scripted partitioner. Documentation and more scripting supportnwhitehorn2013-01-204-3/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will come soon. This lets the install process have a line like: bsdinstall scriptedpart 'ada0 GPT {1.5G freebsd-ufs /, 10G freebsd-swap, auto freebsd-ufs /usr}' to set up a system with a 1.5GB /, some swap space, and a /usr using the rest of ada0. MFC after: 1 month
* | | Make "Finish" the default choice in the partition editor. This lets younwhitehorn2013-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | successfully complete an installation with all defaults by pressing Enter repeatedly until your machine reboots. MFC after: 3 weeks
* | | Remove EOL whitespace.joel2013-01-121-1/+1
| | |
* | | Make sade actually be a symlink to partedit, as per the commit message innwhitehorn2013-01-021-1/+2
| | | | | | | | | | | | | | | | | | | | | r244859, rather than a hardlink. This fixes installation if /usr/sbin is on a different filesystem than /usr/libexec. Submitted by: se
* | | Add a man page for the new sade(8), which is mostly the same uninformativenwhitehorn2012-12-302-1/+76
| | | | | | | | | | | | manpage as the old sade(8).
* | | Replace sade the extracted piece of sysinstall with sade the extractednwhitehorn2012-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | piece of bsdinstall (although this time with a symlink instead of duplicated source code). Discussed on: freebsd-geom MFC after: 3 months
* | | If invoked as sade, don't complain about having a filesystem on / alreadynwhitehorn2012-12-301-2/+6
| |/ |/| | | | | | | | | -- it's something you expect (and indeed hope for). MFC after: 1 week
* | Remove variables which are initialized but never used thereafter reported by ↵eadler2012-06-192-8/+1
|/ | | | | | | gcc46 warning Approved by: cperciva MFC After: 3 days
* Fix typo.nwhitehorn2012-04-041-1/+1
| | | | | Submitted by: pawel dot worach at gmail dot com MFC after: 3 days
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-251-1/+3
|
* Warn if trying to install over an existing partition, which usually failsnwhitehorn2012-01-181-4/+22
| | | | | | | anyway due to libarchive not being able to overwrite schg flags. PR: bin/164278 MFC after: 4 days
* Plug memory leaks and fix open(2) error check.kevlo2011-11-281-1/+1
| | | | | Reviewed by: nwhitehorn MFC after: 3 days
* Provide an error message instead of silent failure if no disks are presentnwhitehorn2011-10-251-4/+13
| | | | | | | in the system. PR: bin/161950 MFC after: 3 days
* Avoid some "Invalid argument" errors in the installer.nwhitehorn2011-10-231-3/+20
| | | | | PR: bin/161926 MFC after: 5 days
* Avoid magicking into existence sub-partitions due to leftover blocks whennwhitehorn2011-10-081-11/+22
| | | | | | | | creating new ones by destroying any geom that may have come into existence immediately after adding a partition. The EBR partition scheme is particularly enthusiastic about false positives in this case. MFC after: 3 days
* Usability enhancements: do not allow setting a mountpoint on bsdlabelnwhitehorn2011-10-081-1/+30
| | | | | | | | container partitions, which didn't do anything anyway, and check for an existing freebsd-boot partition before bothering the user to make one. PR: bin/160931 MFC after: 3 days
* Work around some behavior of gpart that I absolutely do not understand innwhitehorn2011-10-074-62/+42
| | | | | | | | order to make every operation of the partition editor fully revertable. Under *no circumstances* will it any longer touch the disks until the user presses Finish and confirms it. MFC after: 3 days
* Fix a typo introduced in r219892 that prevented file system options fromnwhitehorn2011-09-161-1/+1
| | | | | | being set correctly. Approved by: re (kib)
* Implement support for GRAID volumes in the installer partition editor,nwhitehorn2011-08-214-17/+60
| | | | | | | rename a few options, clarify some help text, and add help text for the buttons on the main partition editor screen. Approved by: re (kib)
* Add PS3 partitioning (and framework for future pseries support) to thenwhitehorn2011-07-161-2/+25
| | | | installer.
* Add an extra tab between fs_file and fs_vfstypekevlo2011-07-071-1/+1
| | | | Reviewed by: nwhitehorn
* Disconnect sun4v architecture from the three.attilio2011-05-141-3/+0
| | | | | | | | | Some files keep the SUN4V tags as a code reference, for the future, if any rewamped sun4v support wants to be added again. Reviewed by: marius Tested by: sbruno Approved by: re
* Allow setting of parameters for file systems (e.g. softupdates), turn onnwhitehorn2011-03-232-20/+121
| | | | | SUJ by default, and allow creation and mounting of FAT filesystems from the installer.
* Turn on softupdates by default. We need a UI to set filesystem parameters.nwhitehorn2011-03-151-1/+1
|
* Only validate the partition setup when the user presses "Save". If the usernwhitehorn2011-03-081-2/+2
| | | | | wants to exit without saving, it's not a problem if the disk is set up in an invalid way.
* Show disk model numbers in partition wizard screen. Also, since da(4) disksnwhitehorn2011-02-261-11/+16
| | | | | are probably more likely to be USB or Firewire these days than SCSI, just call them and anyone unknown "Disk" instead of SCSI disk.
* Add a catch-all for miscellaneous RAID volumes while seeking a betternwhitehorn2011-02-231-1/+2
| | | | solution here. It would really help if CAM devices were part of newbus.
* Don't present the user with spurious errors when overwriting a disk withnwhitehorn2011-02-191-2/+7
| | | | | | a deleted, but uncommitted, gpart. Reported by: brucec
* The PC98 gpart module supports labels now.nwhitehorn2011-02-191-10/+15
|
* Import bsdinstall. This is meant to be (eventually in conjunction withnwhitehorn2011-02-1812-0/+2637
pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond. Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, and powerpc64. Integration into the build system will occur in the coming weeks. Merging with pc-sysinstall will use this code as a frontend, while temporarily retaining the interactive partition editor here. This work will be done in parallel with improvements on this code and release integration. Thanks to all who have provided testing and comments!
OpenPOWER on IntegriCloud