| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
but additionally have a bootblock in the first 8K (since UFS does not use that
space). There are some UEFI direct-from-internet bootloaders that require
the name *.img. So this makes things more convenient for those, while keeping
it consistant in all architectures.
ok kettenis beck kn
|
|
|
|
| |
ok deraadt
|
|
|
|
|
|
|
|
|
| |
They are much more troublesome than using the miniroot, and if you're actually
still running a SunOS setup in 2015, then you're me, and you don't need to be
told this information anyway.
Do not suggest disks might be shared between OpenBSD and SunOS or Solaris
anymore. This is just asking for trouble.
|
| |
|
|
|
|
| |
of unix arcana, we will not condescend to tell you how. why spoil the fun?
|
| |
|
|
|
|
| |
sets up /bsd as the SMP kernel on SMP systems; jkatz
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- do not mention tape as an installation media on systems where it is very
unlikely that a tape drive can be connected to (i.e. anything with only
USB as expansion capabilities)
- do not mention that fetching the installation sets from a partition is
``for upgrades only''. You may do this for installation, but of course
you can not use a partition which will be newfs'ed for that purpose.
- mention ext2fs partitions as possible installation sets source only on
platforms where the installation media actually can mount an ext2fs
filesystem.
- stress the fact that the sparc miniroot image is a GENERIC kernel with
a little on-disk filesystem, and not a RAMDISK kernel with a little
in-memory filesystem, and thus must not be overwritten during installation
(i.e. be careful if you repartition the disk the miniroot has been put on).
- more conv=sync -> conv=osync for tape setup instructions.
- model-specific layout changes on armish, loongson and socppc instructions.
- fix various typos and grammar mistaeks.
"sure" deraadt@ (without eyeballing)
|
|
|
|
| |
HFS + disklabel setups.
|
|
|
|
|
|
| |
Also, the per-platform features are moved to a common place, which makes
the MD layout easier to work on. m4.common is still a tangled mess of subtly
placed dnl, though...
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- document questions in proper order: hostname before network configuration,
DNS only if network is configured, sshd and ntpd, aperture only on
machines which need it, serial console only on machines which need it.
This is done by splitting the end of OpenBSDCommonURL in various
macros, OpenBSDInstallWrapup, OpenBSDInstallAperture, OpenBSDInstallConsole
and OpenBSDInstallWrapupPart2.
- use the above macros when appropriate, OpenBSDInstallWrapup* being
mandatory on all arches.
- remove serial console configuration blurb on sparc and sparc64, it is
handled by OpenBSDInstallConsole now.
|
|
|
|
| |
instead of a mix of vt100 and vt220.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- mention comp contains an objective-C compiler too.
- rewrite InstallPrelude so that it will only output the ``know your drive
geometry'' blurb if asked to, and for a specified disk type. Use it for
non-IDE and non-SCSI disks only, otherwise the kernel is good enough to
do the job without the users' help.
- similarily, adapt BootMsgs to make the second part of the geometry blurb
optional, and to accept up to three disk types. Use this to report better
disk names (i.e. no point saying an scsi disk would show up as sd0 on
platforms which can't have scsi disks, or won't be able to boot from them).
- in InstallPart4, drop the part about block and fragment sizes in
disklabel. The defaults are good, and you won't get to change them unless
you switched to expert mode.
- the default answer to ``wanna get the ftp mirror list, unzel?'' is ``no'',
so pressing enter to get it is not enough anymore (-:
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
SBus machines so far, although EBus attachment glue is provided but not enabled
by default.
Also, fdformat(8) does not work correctly yet, although reading and writing
is safe; this will hopefully be fixed in the near future.
ok deraadt@
|
|
|
|
|
|
| |
keyboard+monitor seem to have disappeared post-3.6.
ok miod@.
|
|
|
|
| |
ok miod@
|
|
|
|
| |
ok miod@
|
| |
|
|
|
|
| |
reported on sparc@.
|
|
|
|
|
|
|
| |
Sparc64: Mention Blade 100 problems with upgrading over the network vs
non-serial console.
ok miod@.
|
| |
|
|
|
|
| |
does not support NFS mounts.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- fix a few typo and layout issues
- sync hardware lists
- for sparc64, document the patch# for E220R eeprom
|
|
|
|
|
| |
No text changes except for harmonization, and the blurb about network
interface flags has bene slightly changed for some arches.
|
|
|
|
| |
the other day.
|
|
|
|
| |
be upgraded to 3.2.
|
|
|
|
|
|
| |
Requested by deraadt@ for the 3.1 release.
ok deraadt@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- floppies have neither NFS nor CDROM support
- add a section about firmware upgrades, and tell that they might be
necessary, especially for U1/1E/2 systems. Pointed out from brad@, some of
the information provided here comes from Sun's firmware update documentation.
|
|
|
|
|
| |
``boot cdrom'', says jason@.
ok deraadt@
|
|
|
|
|
|
|
|
|
|
| |
- add miniroot and bootable cd-rom information
- fix a few wordings
- fix incorrect Solaris manual pages section names
- replace a rip-off of boot_sparc(8) with a more adequate rip-off of
boot_sparc64(8)
The whole ok deraadt@
|
|
|
|
|
|
|
|
|
|
| |
- Provide typical Solaris command lines for creating floppies, dumping
miniroots to disks, and filling tapes.
- Make the tape generation script more versatile.
- When SunOS add_client(8) is mentioned, mention Solaris share(1M) as well.
- Add ``Installing from Solaris'' instructions for sparc and sparc64 ports
- While there, slight fixes to the ``Installing from SunOS'' sections on
sparc and sun3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- some models (PCI mostly?) print a warning about the lack of counter-timer
during boot, which can be safely ignored
- using the floppy image as a miniroot, you might have to tell the kernel
root and swap device information.
Based on feedback from Jack Woehr <jax@purematrix.com>, thanks !
And now, a word from our sponsors:
Are you reading source-changes@? Do you have full access to ultrasparc
hardware? Now is your chance to become famous! Just try installing OpenBSD
on your machine, by any method you can think of, and keep trying. Report
your results to me (or sparc@), as well as errors or shortcomings in the
installation notes, and your feedback might make it into the next set of
installation notes, with appropriate credit!
|
|
|
|
| |
can be used as poor man's miniroot.
|
| |
|
| |
|
|
|
|
|
| |
floppy (sync with sparc layout)
- meanwhile, comment out one reference to floppy boot which escaped.
|
|
|
|
|
|
| |
- remove more sparc'isms. The more you remove, the more there are...
- describe more fun installation methods
- fix a random typo
|
|
|
|
|
|
| |
for a terminal first, then I/U/S).
While there, remove a duplicated sentence on hp300 and add the complete
bsd.rd installation description to the vax notes.
|