summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2008-04-02Rewrite the startup code for the mvme88k bootblocks, once again. Some ofMiod Vallat
them (especially the netboot ones) will now self-relocate, which makes BUG configuration much simpler. WARNING: for disk-based systems, you need to update bootxx and bootsd at the same time. New bootsd will not run when loaded from an older bootxx. This doesn't matter much since you need both with installboot.
2008-04-02sync the hw sensors sections with the html pages, enlisting many new sensorsConstantine A. Murenin
2008-04-01+Corega CG-WLUSB2GPXJason McIntyre
2008-04-01syncTheo de Raadt
2008-03-30syncTheo de Raadt
2008-03-28Enable shared libraries on landisk.Dale Rahn
The sh architecture required some different linkage than most platforms, This fixes those other requirements.
2008-03-26syncTheo de Raadt
2008-03-24syncTheo de Raadt
2008-03-23syncTheo de Raadt
2008-03-23Bring mac68k into the md_checkfordisklabel()-free world.Kenneth R Westerback
Quick test by martin@ shows it seems to still work.
2008-03-23No point in warning users during install that the disklabel has aKenneth R Westerback
weird number of partitions, doesn't checksum, doesn't exist or was found at a particular sector. Brings all archs together in omerta by eliminating use of '-r' and examination of disklabel messages. ok deraadt@
2008-03-23syncTheo de Raadt
2008-03-22No point in checking disklabel output for 'disk label corrupted' messageKenneth R Westerback
since it isn't emitted anymore. ok deraadt@
2008-03-22syncTheo de Raadt
2008-03-19syncTheo de Raadt
2008-03-17syncTheo de Raadt
2008-03-17syncTheo de Raadt
2008-03-15When installing via NFS, only retry the mount five times (instead of theJoel Sing
default 10,000 times). ok deraadt@ krw@ thib@
2008-03-10Minor tweaks, including behind-the-scenes fixes.Miod Vallat
2008-03-10No more 80386 support, and you really don't want to try and install theMiod Vallat
system unless you have over 16MB of RAM. Here's a nickel kid, get yourself a better computer.
2008-03-10Mention 16MB of memory is necessary now.Miod Vallat
2008-03-10Suggest vt220 as a TERM value for serial-console-in-an-xterm setup everywhereMiod Vallat
instead of a mix of vt100 and vt220.
2008-03-10Layout tweaks.Miod Vallat
2008-03-10Tweak dhcpd configuration to please old DEC 3000 SRM; reported byMiod Vallat
Maurice Janssen, thanks!
2008-03-10Sync sets sizes with release bits.Miod Vallat
2008-03-09+Atlantis Land A02-UP1-W54Jason McIntyre
2008-03-09Remove question about keep alive option.Kenneth R Westerback
Requested by deraadt@
2008-03-09Consolidate FTP option handling, fixing one missing set of optionsKenneth R Westerback
and adding a new question during install to allow the setting of FTP's -k option in situations where intervening routers/firewalls are prematurely killing connections. Original idea and diff from espie@ ok espie@
2008-03-08syncTheo de Raadt
2008-03-08syncTheo de Raadt
2008-03-08show people how to load bsd.rd over the network rather than just theStuart Henderson
bootloader, and clarify autoboot instructions. ok deraadt
2008-03-07Detail the partitioning caveats for OpenBSD/sgi.Joel Sing
ok deraadt@
2008-03-06syncTheo de Raadt
2008-03-06Change ramdisk filesystem size from 4352 to 4000 blocks, so thatTheo de Raadt
bsd.rd does not overlap the boot code... this problem is starting to feel familiar.. tested by myself and claudio
2008-03-05syncronize the guts to the other ISO file, to know that it is correctTheo de Raadt
2008-03-05Ensure that there is a /bsd on the CD, and that it is bsd.rd, so thatTheo de Raadt
prom commandline options are not needed to get to the kernel; spotted by Igor Sobrado
2008-03-05partial notes update from jsgTheo de Raadt
2008-03-05Tweak regexp replacing 'off' with 'on secure' so we don't end up withKenneth R Westerback
'on secure secure'. ok deraadt@
2008-03-04bsd.rd's physical memory usage collided with the bootblocks... TheTheo de Raadt
bootblocks have been moved, but we want 4.2 to be upgradeable. So reduce the footprint of the bsd.rd by shrinking the ramdisk filesystem because it is way too large. tested by sthen and kettenis
2008-03-04zaurus should set CPROM too, since it handles boot.conf; noted by sthenTheo de Raadt
2008-03-04create a .slicemapfile with all 7 entries in itTheo de Raadt
2008-03-04Redo serial console configuration logic. Smaller, easier toKenneth R Westerback
understand. Add serial console handling for alpha, macppc, zaurus. No functional change for i386/amd64. All archs should now have automatic serial console configuration. ok deraadt@
2008-03-02syncTheo de Raadt
2008-03-02Keep resolv.conf.shadow around when restarting an install. ThisKenneth R Westerback
means manually entered DNS server addresses are not lost when an install is restarted. Restores behaviour unintentionally lost with r1.127. ok deraadt@
2008-02-27syncTheo de Raadt
2008-02-27syncTheo de Raadt
2008-02-25the floppy can be used when burned onto a CD, so ... just copy it into theTheo de Raadt
final directory, since it is small enough; tested by maja
2008-02-24get REV, and make this more like other arch codeTheo de Raadt
2008-02-24iso will need a Makefile.inc to get REV rightTheo de Raadt
2008-02-24typo, from sthen@, missed in previous commitIan Darwin