summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* some tweaks to build picobsd for different architectures.luigi2011-11-232-5/+13
|
* Add 2010 and 2011 copyrights.brueffer2011-11-191-0/+2
|
* Add sfxge(4) to the hardware notes.brueffer2011-11-182-0/+3
|
* Further automate production release generation by naming files the rightnwhitehorn2011-11-151-0/+10
| | | | | | things and generating checksums. MFC after: 1 week
* Re-apply r227466 to generate hardware notes for mps(4) and mvs(4), the issuesbrueffer2011-11-141-0/+4
| | | | | | | | were fixes. Thanks to: gjb, manolis Pointy hat ++: brueffer MFC after: 3 days
* Revert 227466:gjb2011-11-131-4/+0
| | | | | | | - mvs.4 uses nested '.Bl' tags which appears to confuse man2hwnotes.pl for hardware note generation - mps.4 also breaks the build, but I haven't yet identified why
* Added mps(4) and mvs(4).brueffer2011-11-121-0/+4
| | | | MFC after: 3 days
* Add check-password.4th and screen.4th to the boot image. They aremarcel2011-11-061-0/+2
| | | | needed by the loader.
* Add qlxgb(4) to the hardware notes.brueffer2011-11-062-0/+3
| | | | MFC after: 3 days
* Missed file in r225937 (sysinstall removal).nwhitehorn2011-10-121-28/+0
|
* Use UFS labels and bsdlabels (like the 8.x memsticks) instead of GPT tonwhitehorn2011-10-092-70/+10
| | | | | | fix problems with some BIOSes. MFC after: 3 days
* Farewall, sysinstall! You served us well for many years, but 10.0 is onenwhitehorn2011-10-0343-3231/+0
| | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade).
* Don't force active mode FTP.des2011-09-271-1/+1
|
* Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingkensmith2011-09-261-4/+4
| | | | | | it from the 9.0-RELEASE release cycle code freeze. Approved by: re (implicit)
* Inquire about terminal type if starting from a serial console and donwhitehorn2011-09-171-2/+26
| | | | | | | | | 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)
* Auto-generate hardware notes for vxge(4).brueffer2011-08-252-0/+3
| | | | Approved by: re (kib)
* Allow release generation from a WORLDDIR that is not /usr/srcsbruno2011-08-181-1/+1
| | | | | | | PR: misc/159666 Submitted by: Test Rat <ttsestt@gmail.com> Reviewed by: Nathan Whitehorn <nwhitehorn@freebsd.org> Approved by: re (kib)
* Provide a kboot.conf to allow powerpc64 install media to be booted onnwhitehorn2011-08-141-0/+3
| | | | | | Playstation 3 consoles running kboot or petitboot. Approved by: re (bz)
* Allow to build a release for stable/[78] on a current box and vise versa.nyan2011-08-111-1/+5
| | | | | Approved by: re (hrs) MFC after: 1 week
* Fix building a release with old release scheme. This catches up withnyan2011-08-111-18/+20
| | | | | | renaming from Makefile to Makefile.sysinstall. Approved by: re (hrs)
* The release/pc98/mkisoimages.sh added as part of r221466 now also takes "-b"marius2011-08-041-4/+0
| | | | | | to indicate the creation of a bootable image. Approved by: re (kib)
* fix a typo/tautology in the release documentationavg2011-07-301-1/+1
| | | | | Approved by: re (kib) MFC after: 1 week
* update smp related documentation after recent changesavg2011-07-301-4/+2
| | | | | | | | | | | | Remove references to machdep.hlt_logical_cpus and machdep.hlt_cpus sysctls and tunables. Document machdep.hyperthreading_allowed and hint.lapic.X.disabled tunables. Prompted by: ru Proofreading: bf Reviewed by: jhb Approved by: re (kib)
* Mount memsticks read-only by default to prevent them being filled bynwhitehorn2011-07-303-3/+3
| | | | | | user modifications and subsequently preventing a functioning installation. Approved by: re (kib)
* Per request of the docs team, install docs as packages, instead of vianwhitehorn2011-07-092-8/+2
| | | | | | | 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
* Add a trivial script for creating memstick images. These are notmarcel2011-07-041-0/+38
| | | | bootable yet, but proven to be useful without it already.
* Bump &release.manpath.*;.hrs2011-06-231-2/+2
|
* Remove links to mirrorlist.FreeBSD.org.hrs2011-06-231-2/+1
| | | | | Submitted by: ryusuke Reported by: gavin, brucec
* Make the bootonly CD smaller by discarding static libraries that are notnwhitehorn2011-06-151-4/+4
| | | | useful without a toolchain.
* Do not install the rescue tools onto the install CD. Since it is readnwhitehorn2011-06-151-1/+2
| | | | | only, they are very unlikely to be needed and take up a great deal of space.
* sendmail has been updated to 8.14.5gshapiro2011-06-141-1/+1
|
* Add an MBR to our release media to aid booting some IBM systems.nwhitehorn2011-06-121-0/+2
|
* Don't clobber the hosts /etc/fstab. $1 is empty at this point.marcel2011-06-061-2/+2
|
* Fix ia64 ISO creation:marcel2011-06-061-6/+10
| | | | | | | | | | | o boot/mfsroot.gz is no more. Copy it only when it exists so as still to be compatible with Makefile.sysinstall. o while here, make ispfw.ko optional as well. o '-b bootimage' is not a valid argument for makefs. What was meant was '-o bootimage'. o create the boot image in the current directory so that makefs can find the file. Previously it had to be created under $BASE because that's how mkisofs wanted it.
* As requested by many people, with final prodding from Jason Hall, fix thisnwhitehorn2011-05-182-5/+6
| | | | | | | | | | so that running make release causes make obj to be run before doing anything. This fixes a bug wherein, when run for the first time, and without -DNOSRC, make release would attempt to recursively tar up the src directory including its own output and enter an infinite loop. While here, make the cross-building stuff work a little more the way it should if only one of TARGET/TARGET_ARCH is specified.
* Remove actual files supporting sun4v.attilio2011-05-142-116/+0
| | | | Approved by: re
* Disconnect sun4v architecture from the three.attilio2011-05-141-1/+0
| | | | | | | | | Some files keep the SUN4V tags as a code reference, for the future, if any rewamped sun4v support wants to be added again. Reviewed by: marius Tested by: sbruno Approved by: re
* Fix pSeries/PAPR boot CD construction after actual testing. It seems thatnwhitehorn2011-05-121-9/+7
| | | | | IBM SLOF is (a) case-sensitive and (b) accepts only booting files in certain subdirectories of the CD.
* Add (somewhat speculative) bootable CD support for PAPR/pSeries-typenwhitehorn2011-05-121-0/+16
| | | | | | systems. In principle, FreeBSD should run on at least some of these already, and support for the remainder will hopefully show up eventually, so add this while I'm thinking about it.
* Simplify this script somewhat, following excellent suggestions fromnwhitehorn2011-05-051-12/+15
| | | | Ed Schouten.
* Convert IA64 ISO script to use makefs instead of mkisofs.nwhitehorn2011-05-051-25/+2
|
* Garbage collect some unused variables and stray debug code.nwhitehorn2011-05-054-5/+0
| | | | Submitted by: marius
* Repair release CD generation on PC98 and sun4v after release buildingnwhitehorn2011-05-045-49/+133
| | | | | | | | changes, and backport the new logic (ISO images are TARGET dependant, not TARGET_CPUARCH dependant) to Makefile.sysinstall. While modifying ISO image scripts, change several archs to use makefs (from base) instead of mkisofs (from ports) which makes release CD generation both faster and self-hosting.
* Change the way powerpc bootable CDs are generated to work around a bugnwhitehorn2011-05-044-23/+99
| | | | | | | | in hybrid image generation in cdrtools. This produces a small HFS partition containing loader, mapped in by an oddly-formed APM table using a new feature in makefs. This does not appear to work yet on early-model G3 systems, which will be fixed later, but produces bootable CDs on everything else.
* Make sure to run make obj before release. Trying to run them in one stepnwhitehorn2011-05-041-0/+1
| | | | doesn't always work reliably.
* Mention the memstick target here.nwhitehorn2011-04-181-0/+1
|
* Don't do make release and make install in one step. Setting DESTDIR fornwhitehorn2011-04-111-1/+2
| | | | make release has deleterious consequences.
* Add an install target to release/Makefile instead of grubbing aroundnwhitehorn2011-04-112-11/+14
| | | | | (and requesting that users grub around) in /usr/obj. Also make sure that make clean removes the bootonly media and clean up that target a little.
* Allow the user to use the live environment post-installation, as wellnwhitehorn2011-04-091-2/+5
| | | | as improving error handling.
* Copy all generated ISO images into the release area.nwhitehorn2011-03-271-1/+1
|
OpenPOWER on IntegriCloud