Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
intermediate snapshot components. uses some knowledge from our internal
build scheme to link together base and X sets.
|
|
|
|
for pushing disklabels onto the disk (and besides that, it is buggy and
unreadable crap); thanks for help from krw
|
|
|
|
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option.
|
|
the uncompressed filename in the gzip header.
|
|
Okay deraadt@.
|
|
use of a GZIP environment variable for extra command flags.
ok deraadt@, millert@
|
|
|
|
|
|
better as default serial console
requested by miod@
|
|
ok deraadt@
|
|
|
|
|
|
fixes alpha mkr
|
|
|
|
|
|
|
|
|
|
fixed list of available maps and machine dependant md_set_term()
functions.
Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment)
will now present list of available keyboard encodings.
ok deraadt@
|
|
noticed by drahn
|
|
|
|
|
|
|
|
Prompted by deraadt@
|
|
|
|
|
|
|
|
if we want to still fit on floppies (binaries carry one extra section now,
which we don't need on installation media).
ok deraadt@
|
|
re-write of install_cd() so remove sleep(1) from install media.
"sure!" deraadt@
|
|
others are..)
|
|
fit)
|
|
ok deraadt@ beck@
|
|
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
|
|
filesystem, option FOO is in the kernel.
Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades
on some architectures.
ok krw@ millert@
|
|
|
|
|
|
logic. As result, MDSETS gone from everything but mac68k.
MDSETS now treated as a list of complete file names to add to THESETS,
allowing more MD flexibility, i.e. may or may not be .tgz files.
All traces of tar.gz removed. Not used for sets since 2.7 or so. As a
result of code simplification from not having to consider tar.gz, the
functions get_sets(), make_lastset(), and set_not_done() are
eliminated, along with the global SETS.
Build THESETS and DEFAULTSETS to contain full file names.
Always install sets in the order they appear in THESETS, keeping
siteXX last but without needing special logic. More predictable for
user if a lot of set additions and removals done before being
satisfied, as the sets are now installed in the same order they appear
in the selection list.
Remove ability to look for non-set .tgz/.tar.gz files. The job of the
install scripts is to install the standard sets in a simple and
rational way. Not to install general tar balls. The user can do that
post-install or simply '!' out to do it during install. On their head
be it.
If no sets are found in a specified source, list the filenames in
THESETS to show what is being looked for.
|
|
routine to install.sh so it is displayed only once.
Strongly advise /, /tmp, /var, /usr and /home have their own
disk partitions as requested by deraadt@.
Rather than rely on users not re-selecting an already initialized
disk, just allow them to choose from un-initialized disks.
Move get_root invocation into install.sub as both install.sh and
upgrade.sh did it first thing.
Remove the 'workaround' to a 'vnode aliasing bug' that came in
with the initial import of upgrade.sh from NetBSD. ok millert@.
Rework verbiage in a few places. Clean up logic around looping
through disk units by handling root disk better.
|
|
|
|
it so.
|