Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
few tests
|
|
|
|
anyways...
|
|
|
|
deraadt@
|
|
|
|
|
|
|
|
- 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@
|
|
|
|
|
|
|
|
|
|
|
|
the last possible dmesg block in the buffer; clubbed together by espie
|
|
|
|
|
|
when people specify, e.g. /usr/local before /usr. deraadt@ OK
|
|
last minute tweaks to it by me, but you can trust me, right?
|
|
last minute tweaks to it by me, but you can trust me, right?
|
|
|
|
use it to make 'em. Now you can install with as many disks as you want.
cleanup by espie, tests by jason
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Eliminate some blank lines.
Only comments and blank lines affected, no code.
Suggested by deraadt@
|
|
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.
|
|
|
|
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@
|
|
typos and layout issues.
This needs some proofreading as well as adjusting the footnotes
accordingly to RAMDISK* kernel status, to come later.
|
|
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.
|
|
|
|
|
|
you have to interrupt autoboot to netboot bsd.rd, since tired bulgarian eyes
seem to have missed this in the past.
|
|
|
|
- fix a few typo and layout issues
- sync hardware lists
- for sparc64, document the patch# for E220R eeprom
|
|
- fix a few typos and layout issues
|
|
are confident at this point that OpenBSD has not corrupted the prom
on his VAXstation 4000/90, and that the machine works well.
Declare this model supported.
|
|
- clarify SYS_UBOOT description
|
|
- random typos
|
|
- correct upgrade information (do it yourself)
|
|
|
|
1) If there are no unselected sets then the default
becomes 'done'.
2) A bare '-' or '+' is ignored, since it causes
problems for the functions that call get_selection().
|
|
|