Hiroki Sato
4415efa2c2
- Fix indent.
...
- Minor clean up after DB5 migration.
2014-01-15 17:34:21 +00:00
Steven Kreuzer
75126ac798
Remove reference to FreeBSD 6.2-RELEASE from 'Upgrading from
...
previous releases' paragraph since all supported version of FreeBSD
now support binary upgrades
Remove 'of course,' from foot note reminding to create a backup
before attempting a binary update
Approved by: hrs (mentor)
2014-01-15 15:16:11 +00:00
Hiroki Sato
cd0dd0d833
Add missing arch= and revision= support.
2014-01-14 23:04:31 +00:00
Hiroki Sato
fd11bdfba7
- Purge old translations.
...
- Add missing footer due to DSSSL->XSLT migration and use XML catalog to
resolve URI[*].
Based on the work by: gabor [*]
2014-01-14 22:46:23 +00:00
Luigi Rizzo
c04dbdba8e
do not use capsicum when building picobsd images
2014-01-06 08:09:19 +00:00
Glen Barber
4eb970a44f
Move build_doc_ports() to the if...fi block from which it is called.
...
Sponsored by: The FreeBSD Foundation
2013-12-27 17:36:43 +00:00
Julio Merino
6a1456ccc2
Put the release objdir inside the chroot.
...
When building the system from outside the chroot as part of the release
process, ensure the objdir is within the chroot so that the whole output
of the release.sh script is self-contained in a single directory.
Use CHROOTDIR/tmp/obj instead of CHROOTDIR/usr/obj to minimize possible
interferences with the output of the build itself.
Reviewed by: gjb
Approved by: rpaulo (mentor)
2013-12-25 18:25:58 +00:00
Julio Merino
87ed802785
Delay copying of resolv.conf into the chroot until /etc exists.
...
With an unpopulated chroot dir, release building was failing because
the script was attempting to copy resolv.conf into a non-existent /etc
directory of the chroot. Fix this by copying the file only after the
installworld has happened, which will create this directory.
Reviewed by: gjb
Approved by: rpaulo (mentor)
2013-12-25 13:57:23 +00:00
Craig Rodrigues
ea4f1eed8e
Add pointer to wiki for Hyper-V information.
...
Wiki content for Hyper-V in FreeBSD 10 was significantly updated by
Abhishek Gupta <abgupta@microsoft.com>.
2013-12-24 05:10:41 +00:00
Glen Barber
688e932b26
Remove references to SUP_UPDATE and CVS_UPDATE.
...
Include base svn when evaluating if svn(1) exists.
MFC after: 3-days
X-MFC-to: stable/10 only
Sponsored by: The FreeBSD Foundation
2013-12-23 21:58:03 +00:00
Glen Barber
34a5ebdef1
Update FreeBSD version entities to reflect head/ is 11.0-CURRENT.
...
Sponsored by: The FreeBSD Foundation
2013-12-23 20:39:54 +00:00
Craig Rodrigues
6cb6c0a8af
Mention jemalloc upgrade to 3.4.0
2013-12-23 19:48:02 +00:00
Craig Rodrigues
c5934b2941
Updates for various userland tools.
2013-12-23 11:03:37 +00:00
Craig Rodrigues
917254668a
Mention that sysinstall is gone, replaced by bsdinstall and bsdconfig.
...
Mention that bsdinstall supports installing ZFS on root.
2013-12-23 08:57:49 +00:00
Craig Rodrigues
bc14111650
Mention RDRAND and Xen PVHVM. Add a revision number for 4TB RAM support on amd64.
2013-12-23 08:22:08 +00:00
Craig Rodrigues
1f6cee1d60
Add notes for ARM.
2013-12-23 07:58:46 +00:00
Craig Rodrigues
a6a150cf43
Fix text for loading Hyper-V drivers via loader.conf.
...
Noticed by: hrs
2013-12-23 07:35:34 +00:00
Craig Rodrigues
f56bc132df
Add updates for Raspberry PI support, unmapped VMIO, netmap(4), nvme(4).
2013-12-22 22:56:45 +00:00
Craig Rodrigues
e069771009
Group virtualization items in one section.
2013-12-22 19:38:51 +00:00
Craig Rodrigues
44f16dcd63
Add a note for Microsoft Hyper-V.
2013-12-22 19:33:15 +00:00
Craig Rodrigues
aa11f0ccfd
Improve section on carp(4) updates.
...
Add some revision numbers.
2013-12-22 19:11:06 +00:00
Glen Barber
e9120a2560
Bootstrap etcupdate(8) as part of the release build, similar
...
to what is done for mergemaster(8). This allows etcupdate(8)
to work out-of-box after the first upgrade of a system.
Submitted by: jhb
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2013-12-22 16:12:47 +00:00
Craig Rodrigues
1d76efc0e2
Mention virtio support.
2013-12-22 11:41:26 +00:00
Craig Rodrigues
5763cfa3bd
Mention addition of vmx(4).
2013-12-22 11:10:08 +00:00
Craig Rodrigues
e1c330759c
Mention ZFS zio nop-write improvement.
2013-12-22 10:58:40 +00:00
Craig Rodrigues
ebee380515
Add some revision numbers.
2013-12-22 10:52:51 +00:00
Craig Rodrigues
4162adb60f
Re-order ZFS items.
2013-12-22 10:50:09 +00:00
Craig Rodrigues
e9d61292a1
Mention TRIM support for ZFS.
2013-12-22 10:42:47 +00:00
Craig Rodrigues
280a818a10
Add revision number for iSCSI initiator.
2013-12-22 10:33:01 +00:00
Craig Rodrigues
e52bea575d
Mention that GCC is not built on platforms where CLANG is the default system
...
compiler.
2013-12-22 10:24:14 +00:00
Craig Rodrigues
3770137db3
Add revision number for BIND removal.
2013-12-22 09:40:03 +00:00
Craig Rodrigues
3a40ddcf1a
Add item for clang 3.3 update.
2013-12-22 09:27:57 +00:00
Devin Teske
a36511c287
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).
MFC after: 3 days
2013-12-21 16:43:40 +00:00
Glen Barber
18f3ddcdee
Fix doc build.
...
Sponsored by: The FreeBSD Foundation
2013-12-19 05:22:48 +00:00
Craig Rodrigues
75381a059a
Add item for pkg(8).
2013-12-19 04:55:35 +00:00
Craig Rodrigues
8cf9cdeb65
Add entry for bhyve.
2013-12-19 03:21:53 +00:00
Craig Rodrigues
6168ea49fe
Indent.
2013-12-18 21:23:16 +00:00
Craig Rodrigues
4c099f7e5c
Add SVN revision numbers for Chelsio updates.
2013-12-18 21:22:16 +00:00
Craig Rodrigues
7e9787e273
Add SVN revision numbers for Mellanox updates.
2013-12-18 21:14:43 +00:00
Craig Rodrigues
0fe7bfaef4
Add OFED and Mellanox items to release notes.
...
Submitted by: Meny Yossefi <menyy mellanox com>
2013-12-17 04:19:03 +00:00
Craig Rodrigues
577973f5f9
Add release note items from Chelsio.
...
Submitted by: np
2013-12-17 03:38:36 +00:00
Glen Barber
0d0e89b794
Add a pkg(8) repository configuration file for cdrom-based package
...
installation.
As part of the 'pkg-stage' target, copy the configuration file
to the 'packages/repos/' directory on the DVD filesystem.
MFC after: 3 days
X-MFC-Before: -RC3
Sponsored by: The FreeBSD Foundation
2013-12-15 20:38:07 +00:00
Luigi Rizzo
76210de388
revise the helper functions to lookup binaries and their
...
shared libraries.
2013-12-15 07:04:59 +00:00
Glen Barber
b1e3e96568
Reduce disc1.iso size by 74MB by removing lib32 libraries, sendmail,
...
and atf.
MFC after: 3 days
X-MFC-To-10: immediate (-RC2 requirement)
Sponsored by: The FreeBSD Foundation
2013-12-14 22:41:17 +00:00
Craig Rodrigues
e3b4f88003
Mention BIND removal in release notes.
...
Submitted by: skreuzer
2013-12-12 20:20:46 +00:00
Glen Barber
89df2158c5
Prevent release build errors found during snapshot builds where if
...
NOPORTS=1, pkg-stage.sh cannot build the ports-mgmt/pkg port if
WITH_DVD=1.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2013-12-12 05:49:27 +00:00
Glen Barber
1d75f17448
Add WITH_DVD to RELEASE_RMAKEFLAGS, otherwise it is not actually
...
passed to 'make release'.
MFC after: 3 days
X-Before-RC2: yes
Sponsored by: The FreeBSD Foundation
2013-12-07 19:39:38 +00:00
Glen Barber
d8824524b7
Ensure WITH_DVD is not empty to prevent 'WITH_DVD= ' from evaluating
...
to true.
Submitted by: hrs
MFC after: 3 days
X-MFC-to-10: immediate
Sponsored by: The FreeBSD Foundation
2013-12-05 00:56:03 +00:00
Craig Rodrigues
a3478d8cfd
Update release notes.
...
Submitted by: skreuzer
2013-12-04 08:20:04 +00:00
Glen Barber
f7f650c76a
Turn off the dvdrom target by default. dvd1.iso is now built by
...
specifying 'WITH_DVD=1' during 'make release'.
This caused some problems during the freebsd-update builds for
10.0-BETA4.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
2013-12-02 18:47:57 +00:00