summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Spell Israel correctly.ed2009-09-181-1/+1
| | | | | Submitted by: Alexey Savartsov <asavartsov gmail com> PR: bin/138580
* Prevent sysinstall from needlessly waiting for confirmation when using an USBrink2009-08-161-1/+2
| | | | | | | | | | | | | device in non-interactive mode. If there are no USB devices, sysinstall gives an error messages, and if there is >1, it'll ask which one is to be used. This change allows a non-interactive install from USB media to succeed without any user interaction if there is exactly one USB disk device in the system it can use. Submitted by: Daniel O'Connor < doconnorat gsoft dot com dot au > Reviewed by: randi Approved by: re (rwatson)
* Make sysinstall recognize /dev/ada* disk devices. The description stringcperciva2009-08-141-0/+1
| | | | | | | | | "SATA disk device" reflects the current state of /dev/ada*; this may be changed in the future if other drive types start appearing as /dev/ada*. Submitted by: randi Details about what disks can appear as /dev/ada* supplied by: scottl Approved by: re (rwatson)
* Fix references to the kernel distributions to use the correct namesjhb2009-08-122-3/+3
| | | | | | | | | (uppercase). PR: docs/137415 Submitted by: Yuri Gorchakov Approved by: re (rwatson, kib) MFC after: 3 days
* Change the name displayed in sysinstall(8) from 'Wizard Mode'trasz2009-07-253-4/+4
| | | | | | | to 'Expert Mode', to make it less confusing to new users, to whom a 'wizard' is a set of simple dialogs with the 'next >>>' button. Approved by: re (kensmith)
* It is believed the last of the base system that could have an issue withkensmith2009-07-221-10/+10
| | | | | | | IDs larger than 16-bits has been updated so adjust sysinstall to allow IDs up to the current system-wide size of 32-bits. Approved by: re (kib)
* Remove the "dedicated disk mode" partitioning option from sysinstall, incperciva2009-07-221-16/+2
| | | | | | | | | | both the disk partitioning screen (the 'F' key) and via install.cfg (the VAR_DEDICATED_DISK option). This functionality is currently broken in 8.x due to libdisk and geom generating different partition names; this commit merely acts to help steer users away from the breakage. Submitted by: randi Approved by: re (kensmith)
* Correct the name of the Mongolian Documentation package.kensmith2009-07-161-1/+1
| | | | Approved by: re (kib)
* Add support for using a livefs from a USB disk.cperciva2009-07-084-3/+33
| | | | | Submitted by: randi Approved by: re (kensmith)
* Refactor code from installFixitCDROM into a new function, fixit_livefs_common.cperciva2009-07-081-49/+70
| | | | | | | | | | While doing so, improve style and reword some comments. This should not result in any functional changes, but the fixit_livefs_common function will be used by future code. Submitted by: randi Approved by: re (kensmith)
* - release/* update to use freebsd-doc-* packages instead of buildingblackend2009-06-285-12/+211
| | | | | | | | | | | | FreeBSD docset during 'make release' this will speed up release builds; - sysinstall(8) has also been updated to use these packages with a new menu allowing people to choose what localized doc to install; - mention in UPDATING that docs from the FreeBSD Documentation project are now installed in /usr/local/share/doc/freebsd instead of /usr/share/doc. Approved by: re (kensmith)
* Correct a typo (which you can use to in order -> which you can use in orderdelphij2009-06-251-1/+1
| | | | | | | | to). PR: bin/136040 Submitted by: "Vikentii L. Karabin" <kvl tomsksoft com> MFC after: 1 weeks
* Raise the default size of the EFI partition on ia64 from 100MB to 400MB.jhb2009-06-251-1/+1
| | | | | | | | A fresh install of a current 8.0 snapshot uses 156MB with a single kernel and having the filesystem too small prevented the system from booting. Reviewed by: marcel MFC after: 1 week
* Make sysinstall search for /dev/daXa and register such devices as USB disks.cperciva2009-06-248-2/+180
| | | | | | | | | This covers the common case of unsliced USB drives, and makes it possible to select them as installation source media. PR: 61152, 115197, 135016 Submitted by: randi MFC after: 1 month
* Add detection of UFS filesystems.cperciva2009-06-242-4/+61
| | | | | | | PR: bin/135565 Submitted by: Daniel O'Connor Reviewed by: randi MFC after: 1 month
* Add cas(4).marius2009-06-151-0/+1
| | | | | Approved by: re (kib) MFC after: 2 weeks
* Fix typo.yongari2009-06-101-1/+1
|
* Add alc(4) to the list of supported network interface.yongari2009-06-101-0/+1
|
* Allow a comma-separated list of network interfaces to be specified via thecperciva2009-05-151-9/+16
| | | | | | | netDev option in install.cfg. Submitted by: randi MFC after: 1 week
* Add bm(4) to the built-in ethernet devices list.nwhitehorn2009-04-221-0/+1
|
* Add docs category.blackend2009-04-191-0/+1
| | | | MFC after: 3 days
* Add an entry for the French macbook keyboard layout.roberto2009-04-171-0/+1
|
* Add uath(4) to the list of supported network interface.weongyo2009-04-071-0/+1
|
* Clear confirm password field first when adding new user.ganbold2009-03-181-0/+1
| | | | | | PR: i386/132580 Reported by: ilgiz <ilgiz at reid.ru> Approved by: kensmith
* Add menus to read install.cfg from any disk device sysinstall can seegrog2009-03-136-22/+241
| | | | | | | | | | (eg USB key, CD) rather than just floppy. Handle \r\n line termination in a cfg file. Add keeprcconf variable. Submitted by: Daniel O'Connor
* Remove vestiges of OLDCARD PC Card support. We haven't needed/usedimp2009-02-157-324/+0
| | | | this since 5.x.
* Add urtw(4) to the list of supported network interface.weongyo2009-01-231-0/+1
|
* Recognize et(4), igb(4), iwn(4), ixgbe(4) and nxge(4) devices.brueffer2009-01-091-1/+6
| | | | | | | | Correct some minor whitespace in the ae(4) entry. Reported by: Mars G Miro Approved by: rwatson (mentor) MFC after: 1 week
* Explicitly tell the users what a "down side" to using the boot managerkensmith2008-12-311-8/+11
| | | | | | | | is, consistently call it the boot manager, and switch the order the options are presented so no boot manager is first in the list (and hence more or less the default). This area will probably be rototilled more before 8.0 comes out.
* Clean up this message a little bit.kensmith2008-12-301-4/+3
|
* Sound less scary about errorousous disk geometry due to wanting to limitobrien2008-12-302-30/+65
| | | | | | to 65535 cylinders. Submitted by: Carlos A. M. dos Santos <unixmania@gmail.com>
* o Synchronize comment and example. Add missed comma.maxim2008-12-181-1/+1
| | | | | | PR: misc/129699 Submitted by: Glen Barber [1] MFC after: 2 weeks
* Remove file no longer part of sysinstall.kensmith2008-12-171-119/+0
|
* As threatened a while ago, remove support for tape media. Reports varykensmith2008-12-178-107/+1
| | | | but most people believe it stopped working a while ago.
* Add confirmation of the password that got entered.kensmith2008-12-161-16/+25
| | | | PR: 29893 (among others)
* Stop treating Xorg as a distribution in the mainline portion of sysinstallkensmith2008-12-167-163/+6
| | | | | and leave it to be handled in the packages section (or post-install completely) along with all the other packages.
* Don't tell the user to remove the media until its actually possible forkensmith2008-12-152-4/+8
| | | | | them to remove the media. CDs need to be unmounted before they can be removed.
* Clean out the remaining alpha-isms.kensmith2008-12-146-34/+7
|
* Remove the offer to install Linux compatibility on i386 in the mainlinekensmith2008-12-124-31/+0
| | | | | portion of sysinstall. Leave it to be treated as a regular package along with all the other packages...
* Begin the sysinstall cleanup. Remove the support for configuring OSFkensmith2008-12-124-25/+0
| | | | binary compatibility.
* Add ale(4) to the list of supported network interface.yongari2008-11-121-0/+1
|
* Update ports number and size of Ports Collection.blackend2008-11-071-2/+2
|
* Turns out its not a good idea to assume the packages that might bekensmith2008-10-221-4/+11
| | | | | | | | | selected from the "dists" are all on the current volume. Looks like xorg won't fit on disc1 for 6.4-REL. Iterate through media volumes for packages that wind up being selected from the dists section in addition to the ones that get selected from the packages menu. MFC after: 2 days
* Adjust default keymaps for Ireland and Channel Islands. They use the UKphilip2008-10-171-0/+4
| | | | | | | | keymap. You can learn some interesting things in the PR database! PR: conf/124411 Submitted by: Doctor Modiford <freebsd -at- modiford.com> MFC after: 3 days
* Package installation is handled by starting off with the list of packageskensmith2008-10-155-9/+69
| | | | | | | | | | | | | | | | | | the user selected and then recursively installing their dependencies, finally installing the ones the user selected after the recursion unwinds. Since users often select "high-level" packages that are on a higher numbered disc for the multi-volume release CDROMS this resulted in excessive disc swapping while installing things like kde, gnome, etc. Cut down on disc swapping by iterating through the disc volumes one at a time if we notice the package set is on multiple volumes. If a package is on a higher volume don't install it yet, but still "process it" so we get its dependencies installed. Because of the way the package sets for releases get assembled we're guaranteed dependencies will be on the same volume or lower. Reviewed by: jhb MFC after: 1 week
* - Add ae(4) to sysinstall devices list.stas2008-10-041-0/+1
| | | | | Approved by: kib (mentor) MFC after: 1 week
* Remove sysinstall's ability to adjust the tape block size. Installs fromkensmith2008-08-205-21/+6
| | | | | | | | tape have been broken for quite a while, and I'll be removing the rest of sysinstall's knowledge of tapes shortly. I'm doing this piece now because I want to switch from gnu's cpio to bsdcpio being integrated into the installation environment and bsdcpio doesn't seem to handle block sizes at all.
* Catch up with the removal of /usr/src/compat.kensmith2008-08-143-4/+0
| | | | MFC after: 3 days
* Add upgt(4) to the list of supported network interface.weongyo2008-08-111-0/+1
|
* Don't set PACKAGE_BUILDING while installing packages.flz2008-07-171-1/+0
| | | | | | Submitted by: erwin Discussed on: http://lists.freebsd.org/pipermail/freebsd-ports/2008-June/049074.html MFC after: 1 week
OpenPOWER on IntegriCloud