History log of /freebsd-10.1-release/release/rc.local
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 272309 30-Sep-2014 emaste

MFC r271549 (nwhitehorn):

Create /tmp/bsdinstall_etc even if we aren't starting the installer
so that dhclient can write resolv.conf when used from the live
environment.

PR: 176078
Approved by: re


# 260680 15-Jan-2014 dteske

MFC r259686:
Move the installer's keymap solution introduced by SVN r259468. The new
location of /etc/rc.local on the install media is more appropriate as it
knows serial vs. non-serial and can also do the change earlier (so that
even the initial Install dialog can benefit from the change).

Discussed with: nwhitehorn


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 245742 21-Jan-2013 nwhitehorn

Fix typo and simplify condition.

Submitted by: Christoph Mallon <christoph dot mallon at gmx dot de>


# 245706 20-Jan-2013 nwhitehorn

More automated install support: if a script exists at /etc/installerconfig,
point the installer there and then reboot without asking questions. This
design subject to future change.


# 231123 07-Feb-2012 nyan

- Set TERM to cons25w on pc98 because we still use old cons25w terminal
to show Japanese.
- Add cons25w to terminal lists.

Reviewed by: nwhitehorn
MFC after: 1 week


# 230997 04-Feb-2012 nwhitehorn

Fix installation script after r230482 -- a missing character apparently.
Now, back to convalescing.


# 230484 23-Jan-2012 nwhitehorn

Part of r230482 didn't actually work. Revert it for now. This means PR
161047 isn't actually fixed.

PR: bin/161047


# 230483 23-Jan-2012 nwhitehorn

Do a test in a better way. Editing files after testing them is never wise.


# 230482 23-Jan-2012 nwhitehorn

Per popular demand, if installing from a graphics terminal, run the
installer on a VTY with no kernel messages (VTY 2), show the installer
log in real time on VTY 3, and spawn a shell on VTY 4.

PR: bin/161047, bin/161048
MFC after: 2 weeks


# 225637 17-Sep-2011 nwhitehorn

Inquire about terminal type if starting from a serial console and do
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)


# 220500 09-Apr-2011 nwhitehorn

Allow the user to use the live environment post-installation, as well
as improving error handling.


# 219181 02-Mar-2011 nwhitehorn

Add additional release makefile for bsdinstall-based media, along with
support files. This does not change the default behavior of anything.

To make bsdinstall-based media, pre-build world and GENERIC, then run
the release target in Makefile.bsdinstall.