|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
20d40a56 |
| 22-Nov-2017 |
Emmanuel Vadot <[email protected]> |
bsdinstall: Add ntpdate option
When you install a computer for the first time, the date in the CMOS sometimes not accurate and you need to ntpdate as ntpd will fail a the time difference is too big.
bsdinstall: Add ntpdate option
When you install a computer for the first time, the date in the CMOS sometimes not accurate and you need to ntpdate as ntpd will fail a the time difference is too big. Add an option in bsdinstall to enable ntpdate that will do that for us.
Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D13149
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0 |
|
| #
58eb9abb |
| 26-Sep-2014 |
Dag-Erling Smørgrav <[email protected]> |
Add a line to the post-installation configuration dialog to enable the local_unbound service.
MFC after: 3 days
|
|
Revision tags: release/9.3.0 |
|
| #
13fba447 |
| 20-Jan-2014 |
Devin Teske <[email protected]> |
Dummy commit (whitespace changes and style nits) to show previous commit (SVN r260866) was [in-part] Submitted-by: Christoph Mallon ... <[email protected]>
MFC After: 3 days X-MFC-With: r260866
|
| #
e06674ff |
| 18-Jan-2014 |
Devin Teske <[email protected]> |
Fix a bad comparison operator (s/==/=/), and address a use-case issue where- in the one-line comment associated with the dumpdev setting was not present for the case where the user deselects the dump
Fix a bad comparison operator (s/==/=/), and address a use-case issue where- in the one-line comment associated with the dumpdev setting was not present for the case where the user deselects the dumpdev service (restoring pre- r256348 behaviour.
MFC After: 3 days
show more ...
|
|
Revision tags: release/10.0.0 |
|
| #
9ea4ca85 |
| 12-Dec-2013 |
Devin Teske <[email protected]> |
I caught the following snippet at the end of my /var/log/bsdinstall_log: === DEBUG: Running installation step: services local: Not in a function /usr/libexec/bsdinstall/services: cannot create : Rea
I caught the following snippet at the end of my /var/log/bsdinstall_log: === DEBUG: Running installation step: services local: Not in a function /usr/libexec/bsdinstall/services: cannot create : Read-only file system /usr/libexec/bsdinstall/services: /tmp/bsdinstall/etc/rc.conf.services: \ Permission denied === The `local: Not in a function' is obvious, and was introduced by myself in SVN revision 256348.
The latter two are caused by the attempt to use "\" to continue the line after using the ">>" redirect. This appears to attempt to write a file with the name " " in the current directory and subsequently attempts to execute the file that was originally intended for writing (which is not executable; hence the `Permission denied'). That was introduced in SVN r228192 about 2 years ago, apparently unnoticed until I started going over the debug outputs very carefully.
MFC after: 3 days
show more ...
|
| #
5e78a56e |
| 09-Dec-2013 |
Eitan Adler <[email protected]> |
sed(1): Use /i instead of /I
the i modifier was added in r259132 since POSIX recently agreed to add it. Switch uses of /I to /i.
|
| #
4da57f63 |
| 11-Oct-2013 |
Devin Teske <[email protected]> |
Remove the dumpdev configuration dialog, merge it into the regular services configuration and enable it by default. Committed with slight change to menu text for length and content.
Submitted by: Al
Remove the dumpdev configuration dialog, merge it into the regular services configuration and enable it by default. Committed with slight change to menu text for length and content.
Submitted by: Allan Jude <[email protected]> Approved by: re (glebius)
show more ...
|
|
Revision tags: release/9.2.0, release/8.4.0 |
|
| #
aa333a18 |
| 12-Jan-2013 |
Nathan Whitehorn <[email protected]> |
Note that cpufreq(4) is not available on all hardware.
PR: bin/175139 MFC after: 2 weeks
|
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0 |
|
| #
9cd86fa6 |
| 02-Dec-2011 |
Ken Smith <[email protected]> |
Add a screen that asks if the user would like to enable crash dumps, 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.
Add a screen that asks if the user would like to enable crash dumps, 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
show more ...
|
| #
2118f387 |
| 18-Feb-2011 |
Nathan Whitehorn <[email protected]> |
Import bsdinstall. This is meant to be (eventually in conjunction with pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond. Currently supported platforms are sparc64, pc98, i386
Import bsdinstall. This is meant to be (eventually in conjunction with 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!
show more ...
|