Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-18 | no chroot | Theo de Raadt | |
2002-04-18 | no chroot, and avoid SYMLINK to instbin | Theo de Raadt | |
2002-04-18 | no chroot | Theo de Raadt | |
2002-04-18 | for real this time | Theo de Raadt | |
2002-04-18 | not needed | Theo de Raadt | |
2002-04-18 | the chroot in the install is used, no need in instbin | Theo de Raadt | |
2002-04-18 | remove garbage | Theo de Raadt | |
2002-04-17 | Our m4 generated MAKEDEV will eventually be less SunOS-friendly than they | Miod Vallat | |
used to are, if at all; so warn people setting up diskless systems under SunOS or other operating systems that they might need to edit MAKEDEV for it to run properly on the host system. | |||
2002-04-17 | Add Quadra 950 as supported (via serial console) hardware; sync with web page. | Miod Vallat | |
2002-04-17 | use the very small RAMDISK config; bring this up to modern times. needs a ↵ | Theo de Raadt | |
few tests | |||
2002-04-14 | Update mirror list, sync with ftp.html | Miod Vallat | |
2002-04-14 | gem works fine; from jason@ if I remember correctly, you know who you are | Miod Vallat | |
anyways... | |||
2002-04-14 | Bring RAM and disk requirements in par with reality. | Miod Vallat | |
2002-04-14 | Advise people to read root.mail from mail via "more 1" instead of "1"; from | Miod Vallat | |
deraadt@ | |||
2002-04-14 | Update available packages listing (sync with root.mail | Miod Vallat | |
2002-04-14 | Update sets sizes. | Miod Vallat | |
2002-04-14 | Sync hardware notes with reality. | Miod Vallat | |
2002-04-13 | - mention bsd.rd in the release contents, this is an easy way to upgrade | Miod Vallat | |
- mention you can't install with less than 16MB those days - hardware list slight updates and precisions - document correctly which drivers are available on which install media - mention that the root partition needs to be located in the first 8GB (and perhaps a smaller limit on older machines) to boot properly this includes some contributions from nick@ and some feedback from deraadt@ | |||
2002-04-13 | allow todd to do very weird things at the timezone prompt; fix from krw | Theo de Raadt | |
2002-04-13 | only fsck root once in upgrade; from krw | Theo de Raadt | |
2002-04-13 | small typos; ok miod@ | Ian Darwin | |
2002-04-13 | last rev forgot to handle the "swap on" types; drahn | Theo de Raadt | |
2002-04-13 | put the right things on a bsd.rd | Theo de Raadt | |
2002-04-13 | Use a grizzly sed script to ensure that the rootdev is determined out of | Theo de Raadt | |
the last possible dmesg block in the buffer; clubbed together by espie | |||
2002-04-13 | machdep.allowaperture is normally 1; found by art | Theo de Raadt | |
2002-04-13 | do not check filesystems; krw ok | Theo de Raadt | |
2002-04-12 | Sort mount points when generating fstab file. This prevents problems | Todd C. Miller | |
when people specify, e.g. /usr/local before /usr. deraadt@ OK | |||
2002-04-12 | kbd setting code for the installer. smat@acm.org, miod, and krw. Minimal | Theo de Raadt | |
last minute tweaks to it by me, but you can trust me, right? | |||
2002-04-12 | kbd setting code for the installer. smat@acm.org, miod, and krw. Minimal | Theo de Raadt | |
last minute tweaks to it by me, but you can trust me, right? | |||
2002-04-11 | sync | Theo de Raadt | |
2002-04-10 | If disk device nodes are missing, and MAKEDEV can be found on the media, | Theo de Raadt | |
use it to make 'em. Now you can install with as many disks as you want. cleanup by espie, tests by jason | |||
2002-04-10 | leave a stripped MAKEDEV around | Theo de Raadt | |
2002-04-10 | echo SPECIALs | Theo de Raadt | |
2002-04-10 | MAKEDEV can stay | Theo de Raadt | |
2002-04-10 | MAKEDEV can remain on the install media (it is now sed stripped) | Theo de Raadt | |
2002-04-10 | leave MAKEDEV, it fits | Theo de Raadt | |
2002-04-09 | sync | Theo de Raadt | |
2002-04-09 | miniroots may have suprising rootdevs. Cope. | Theo de Raadt | |
2002-04-09 | Move introductory blocks of comments to above their functions. | Kenneth R Westerback | |
Eliminate some blank lines. Only comments and blank lines affected, no code. Suggested by deraadt@ | |||
2002-04-09 | Since the installation procedure will list all the supported media flags | Miod Vallat | |
via ifconfig -m, there is no need to suggest canonical media flags on some arches, especially since the end user might have a different interface with different flags; instead, be more cosy and mention that looking at the manual page for the interface might be helpful for desperate cases. Thus, merge the OpenBSDInstallNet and OpenBSDInstallNet2 macros, and remove thde in-between text for the arches that had such a paragraph. | |||
2002-04-09 | sync | Theo de Raadt | |
2002-04-09 | More reorganizations, fixes and shrinkage. | Kenneth R Westerback | |
a) Make [ -z "$var" ] standard idiom, replacing many variants on [ X"$var" = X"" ]. b) Factor out three large chunks of repeated code for finding sets, getting user to select sets and then installing the sets. This creates get_sets_list(), get_get_files_list() and install_get_files_list(). c) Eliminate unneeded dir_has_sets() function. d) Indent last large functions that were not properly indented. e) Replace most if not all 'test' invocations with [], replacing a few if statements along the way. f) Use ${MODE} a lot more to make messages appear more relevant to process. g) Fix erroneous display of $local_sets_dir so the error for a non-existant dir actually displays the user input, not an empty string. h) Eliminate the 'list' option in selecting sets. It was not possible to actually select anything except what was already displayed, so bring verbiage and options into line with code. i) Replace a number of '\"' and "\'" with just plain 's or "s as appropriate. j) Replace ". " with ". ". k) Use some more "OpenBSD {$VERSION_MAJOR}.${VERSION_MINOR}" to make more messages correct and current. l) Various typos fixed. Net shrinkage approximately 2K. ok millert@ deraadt@ | |||
2002-04-09 | Attempt to sync the hardware list with i386.html, while fixing a few | Miod Vallat | |
typos and layout issues. This needs some proofreading as well as adjusting the footnotes accordingly to RAMDISK* kernel status, to come later. | |||
2002-04-08 | For some reason my "boot drive with id 0" experiment spontaneously decided | Miod Vallat | |
to boot spontaneously after a system upgrade, instead of requiring manual intervention and bootloader via rboot. I blame the old bootblocks for the inconvenience. Thus the "only id 4, 5 and 6 for boot" notice is null and void, so remove it. | |||
2002-04-08 | sync | Theo de Raadt | |
2002-04-08 | sync | Theo de Raadt | |
2002-04-08 | Rework the netboot operation description. Also, try to stress a bit more than | Miod Vallat | |
you have to interrupt autoboot to netboot bsd.rd, since tired bulgarian eyes seem to have missed this in the past. | |||
2002-04-07 | More sync with dale's recent changes to macppc.html, and more details. | Miod Vallat | |
2002-04-07 | - remove a few obsolete texts | Miod Vallat | |
- fix a few typo and layout issues - sync hardware lists - for sparc64, document the patch# for E220R eeprom | |||
2002-04-07 | - update supported hardware list | Miod Vallat | |
- fix a few typos and layout issues |