Age | Commit message (Collapse) | Author |
|
|
|
a bit of silliness is permitted
change mvme* to install bootblocks with correct path
ok drahn, and some others..
not sure who, because it is hard to check my mail from the
blackberry I am commiting this from, over ssh of course...
hmmmm mcnalleyes....
|
|
|
|
1) Eliminate 'WARNING: Disk xxx has no label.' message. When installing OpenBSD
this is a normal condition not worth commenting on. From some discussion on
hackers/icb.
2) Use consistant verbiage and case statement when checking the disklabel.
3) Consistantly suppress output of 'disklabel -W', reducing duplicate messages
like '# using MBR partition ...' which are issued again when the 'disklabel -f
...' command is executed.
4) Usual code rectifications - eliminate extra {}'s, multiple echos
elimination, etc.
|
|
Testing by nick@, 'just put it in' drahn@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NFS support ; however, miniroot has proper NFS support.
ok deraadt@ some time ago
|
|
|
|
reported on sparc@.
|
|
|
|
a) Completely wrong since mvmeppc never did support MacOS/HFS.
b) Unused, as the mvmeppc port is in 'limbo'.
c) In need of a complete re-write when mvmeppc comes out of limbo.
d) An exact duplicate of macppc/ramdisk/install.md, i.e. without
any independant imbedded knowledge.
ok miod@.
|
|
|
|
|
|
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;
|