summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2008-02-24Add iso. -mojMats O Jansson
2008-02-24Add an iso image, based on ramdisk and amd64 iso. -mojMats O Jansson
2008-02-23syncTheo de Raadt
2008-02-23update the list of supported wireless devices;Jason McIntyre
2008-02-22More shuffling, and, show two alternate ways to getIan Darwin
your Thecus N2100 up and running with semi-automatic booting (since it won't power up w/o a button press, no fully automatic booting). OK sthen@ miod@
2008-02-21syncPeter Valchev
2008-02-20syncMiod Vallat
2008-02-20More dead includes and functions noone will mourn.Miod Vallat
2008-02-204.3-betaMiod Vallat
2008-02-18sgivol(8) no longer requires the '-f' option.Joel Sing
2008-02-12syncPeter Valchev
2008-02-11For architectures with an enabled 'console' ttys entry, adjust theKenneth R Westerback
speed of said entry to reflect the speed of the console being used to install. For archs with MDSERIAL defined, offer the current device and speed as the defaults for switching to serial consoles. Fixes new Sun gear that uses a 115200 console speed and makes for better defaults without breaking current install processes. ok dlg@ henning@
2008-02-07syncPeter Valchev
2008-02-07syncPeter Valchev
2008-01-23syncPeter Valchev