Age | Commit message (Collapse) | Author |
|
ok deraadt@
|
|
Only appeared when non-boot disks were initialized.
|
|
|
|
|
|
questions.
ask_yn() always returns a 'y' or 'n' in $resp, vastly simplifying the
logic used to check the user response.
ask_yn() insists on the user responding with a 'y', 'n', 'yes', or
'no'. Case is ignored.
Previously almost any input was accepted as either a yes or a no
depending on the question. ask_yn() reduces the chance of user error,
e.g. by answering the next question (default route) instead of the
posed one (Use DNS server now?).
All 'yes or no' questions now use ask_yn(). All questions show the
full default answer, i.e. 'yes' or 'no' rather than 'y' or 'n'.
Some minor logic cleanups of the usual sort, but no changes to logic
flow or questions bar minor verbiage adjustment.
Inspired by a Bob Beck install nit.
|
|
error information. Previously things like:
disklabel: no disk label
WARNING: Disk wd0 has no disk label. You will be creating a new one.
would be printed. Now the 'disklabel: no disk label' message is correctly
sent to /dev/null.
Take the opportunity to clean up a bit of code and formatting, making all
the md_checkfordisklabel() functions as identical as possible.
|
|
typos in macppc.
Cosmetic changes only, no semantic change.
macppc and mvmeppc install.md now identical (again?).
|
|
md_installboot() is only called from one place, with $ROOTDEV as the
parameter. $ROOTDEV is guaranteed to be set to a valid device so
don't bother testing it.
And if the user deliberately unsets ROOTDEV the installboot will fail
trying to use /dev/rc.
|
|
ok mickey@.
|
|
disk space. miod@ OK
|
|
|
|
|
|
scare anyone from upgrading, but then perform what they are supposed to do,
contrary to the previous, simpler version which had issues.
Joint effort by drahn@ and I.
|
|
with finishing touches and ok krw@
|
|
Sparc64: Mention Blade 100 problems with upgrading over the network vs
non-serial console.
ok miod@.
|
|
|
|
|
|
|
|
Describe with much more details how to successfully boot from various
devices, including non-built-in ethernet or SCSI controllers; also hint
that most of the MVME147 and the MVME187 can not netboot at all.
This should be much, much more understandable (but we need to run this
through a drunk pvalchev@ to be sure).
|
|
/usr/include and /usr/libdata/perl5/site_perl/*-openbsd.
Allows both base34 and comp34 to be upgraded from a stock install.
ok deraadt@.
|
|
Mostly cosmetos.
|
|
This mainly includes an hopefully helpful section about i386 upgrades, which
I urge knowledgeable people and native english speakers to check out, in
order to polish it soon enough.
|
|
|
|
|
|
|
|
ok deraadt@
|
|
on which floppy with reality; ok miod@
|
|
files.
also introduce SMALLness that removes null and Z compressors to save floppy
space.
ok deraadt@
|
|
(i.e. stuff I got wrong the first time, or missed)
this includes some .Cd's with missing quotes and .Nm abuse in man4;
|
|
|
|
ok deraadt@
|
|
ok deraadt@
|
|
|
|
|
|
|
|
ok deraadt@
|
|
|
|
will be set by DHCP.
ok drahn@ beck@ henning@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
new ftp mirror (openbsd.bay13.net) in Hamburg, Germany
new ftp mirror (ftp.solnet.ch) in Switzerland
new ftp mirror (reflection.ncsa.uiuc.edu) in Champaign, IL, USA
new ftp mirror (openbsd.mirrors.pair.com) in Pittsburgh, PA, USA
|
|
|
|
directory it points to. Previously ssl was the directory and openssl
the link.
That change causes the upgrade of the comp34 set to fail, so manually
adjust a pre-3.4 setup to the 3.4 setup before attempting to upgrade
any sets.
ok millert@.
|
|
Don't leave ftp password in a global variable. It is re-initialized
each time it is used anyway. Use a shorter (_passwd vs
_ftp_server_password) local variable name to save a few bytes.
|