| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
Switch to using pkg(8) for the doc install in bsdinstall(8).
This also bootstraps the system with pkg(8) for future use.
Approved by: re (delphij)
PR: 183488
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
|
|
| |
r256540 (dteske):
Add loader.conf(5) entries to import bootpool after boot when
using full-disk encryption and ZFS.
r256544 (dteske):
Fix loader.conf(5) entries from r256540.
Approved by: re (hrs)
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
| |
Add executable bit to docsinstall [old] and entropy [new] scripts.
MFC r256541:
Document BSDINSTALL_TMPBOOT environment variable introduced by SVN r256343.
Approved by: re (gjb)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bring in a new zfsboot auto script for performing automatic setup of a boot
pool (optionally encrypted) with many other options, validations, features.
Originally submitted by Allan Jude; modified in collaboration.
MFC revisions 256325,256330,256345:
Rewrite the keymap selection menu to display keymaps and provide a test
mechanism. Test mechanism originally submitted by Warren Block; modified.
MFC r256347:
Prominently display "Wireless" for each wireless network interface. Part
of PR bin/161547; submitted by Warren Block; slightly modified.
MFC r256348:
Remove the dumpdev configuration dialog, merge it into the regular
services configuration and enable it by default. Originally submitted by
Allan Jude; slightly modified.
PR: bin/161547
Submitted by: Allan Jude, Warren Block <wblock@wonkity.com>
In collaboration with: Allan Jude <freebsd@allanjude.com>
Approved by: re (glebius)
|
|
|
|
| |
Approved by: re (gjb)
|
|
|
|
|
| |
Approved by: re (glebius)
MFC after: 3 days
|
|
|
|
|
| |
Approved by: re
With hat: clusteradm@
|
|
|
|
|
|
|
|
| |
directory on the FTP mirrors to fetch distributions, since
these are always pushed to releases/ during the release cycle.
MFC after: 3 days
X-MFC-To: stable/9, releng/9.2
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
| |
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
MFC after: 1 week
|
|
|
|
|
|
| |
media has one already, copy it in lieu of leaving things blank. This
reduces the foot-shooting potential for PXE installs that immediately
add packages.
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Scripts take the form:
------------------------------------
PARTITIONS=ada0
DISTRIBUTIONS="kernel.txz base.txz ports.txz"
#!/bin/sh
echo "sshd_enable=YES" >> /etc/rc.conf
pkg add puppet
echo "System setup complete"
------------------------------------
The second part of the script (beginning with #!) is run in the newly
installed system after the installation onto ada0 (with default partitioning,
see scriptedpart for more complicated scenarios) is complete.
|
|
|
|
|
| |
PR: bin/175139
MFC after: 2 weeks
|
|
|
|
|
|
| |
Approved by: simon (implicit)
MFC after: 3 days
X-MFC-With: r244058
|
|
|
|
|
|
|
|
| |
being run to set BSDINSTALL_DISTSITE accordingly. This change allows
non-RELEASE branches to use the FTP snapshots directory for bootonly.iso
installations.
Approved by: simon
|
|
|
|
| |
Discussed with: hrs
|
|
|
|
|
|
| |
- Add ftp6.se.freebsd.org
Discussed with: brd [1]
|
|
|
|
|
| |
PR: bin/173140
Approved by: adrian (co-mentor)
|
|
|
|
|
| |
Reviewed by: nwhitehorn
Approved by: adrian (co-mentor)
|
| |
|
|
|
|
|
| |
Reported by: Robert Simmons
MFC after: 4 days
|
|
|
|
| |
Reviewed by: bz
|
|
|
|
|
|
|
|
|
| |
any installer-provided configuration files have been copied. This allows
users to edit their fstab, if desired, and to see what the installer has
placed in rc.conf.
Requested by: phk
MFC after: 1 day
|
|
|
|
|
|
|
|
|
|
| |
giving them a very brief description of the trade-offs. Whether the
user opts in or out add an entry to what will become /etc/rc.conf
explaining what dumpdev is and how to turn on/off crash dumps. The folks
who handle interacting with users submitting PRs have asked for this.
Reviewed by: nwhitehorn
MFC after: 1 day
|
|
|
|
|
|
|
|
| |
interfaces in the system. This is a non-fatal error except when doing a
network installation.
PR: bin/161950
MFC after: 3 days
|
|
|
|
|
|
|
| |
the text of the menu selections doesn't get displayed properly and it
makes the installer appear to lock up for no obvious reason.
Reviewed by: nwhitehorn
|
|
|
|
|
|
|
| |
choice.
PR: bin/160913
MFC after: 3 days
|
|
|
|
|
|
|
| |
confusion.
PR: bin/160913
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
not configure the host's networking if netbooted [1]. Also fix FTP
installations behind some firewalls [2].
PR: bin/159583 [2]
Reported by: stas [1]
Approved by: re (kib)
|
|
|
|
|
|
|
| |
installer network configuration.
PR: bin/159558
Approved by: re (kib)
|
|
|
|
|
|
|
|
|
| |
wpa_supplicant.conf(5). Up to now, the PSK was truncated
to 15 characters (the length of the input field).
PR: 159559
Submitted by: Gavin Chappell <gavin.chappell@gmail.com>
Approved by: re (kib)
|
|
|
|
|
|
| |
PR: 157210, 157211
Submitted by: Niclas Zeising <zeising@lysator.liu.se>
Approved by: re (kib)
|
|
|
|
|
|
| |
Submitted by: gcooper
Reviewed by: nwhitehorn
Approved by: re (kib)
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) if no default gateway is given the route command will fail
and the script will abort with an error leading to an endless
loop unless configuration is cancelled or changed. [1]
2) In the IPv6 case add -inet6 to not alter the legacy IP default
route.
Reported by: Oleg Ginzburg (olevole olevole.ru) [1]
Tested by: Oleg Ginzburg (olevole olevole.ru) [1]
Approved by: re (kib)
|
|
|
|
|
|
|
|
|
|
| |
This follows what the output of make targets looks like, and reduces the
number of directories needed on the FTP server, since we now have only one
architecture with multiple machine types (i386, which has i386 and pc98),
but 3 machines with 9 architectures between them (powerpc, mips, and arm).
Requested by: kensmith, bz
Approved by: re(kensmith)
|
|
|
|
|
| |
Reported by: lev
Approved by: re (kib)
|
|
|
|
|
|
|
| |
cases and provide a better error handling mechanism during package
installation.
Approved by: re (kib)
|
|
|
|
|
|
|
|
|
| |
IPv6 capable
mirrors. cvsup4/ftp4 have already been added to the handbook.
Reviewed by: nathanw
Approved by: re (kib)
|
|
|
|
|
|
|
|
| |
you were stuck in an endless loop.
Reported by: kensmith
Approved by: re (kib) for BETA1
Pointy hat to: bz - wonder why I had not tested legacy IP thoroughly..
|
|
|
|
| |
Submitted by: kevlo
|
|
|
|
|
|
|
| |
the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and
for putting up with me taking entirely too long to commit this!
Submitted by: blackend
|
| |
|
|
|
|
|
|
|
|
| |
1) do not print out an empty "search ", things do not like it.
2) the search list is not comma separated.
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
|
|
|
|
|
|
|
|
|
|
| |
to the final name if netconfig was completely finished. This fixes
reentrance problems even better than r222611.
Suggested by: nwhitehorn
Reviewed by: nwhitehorn
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
|
|
|
|
|
|
|
|
|
|
| |
interface. Otherwise an accidental start of the netowrk configuration
and immediate cancel after the install has finished removes the previously
configured settings.
Discussed with: nwhitehorn
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
|
|
|
|
| |
ending up in the install log).
|
|
|
|
|
|
|
| |
to -ifdiabled ourselves.
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
|
|
|
|
|
|
|
| |
adding the missing mandatory "inet6" keyword.
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
|