Age | Commit message (Collapse) | Author |
|
those lines in list2sh.awk.
ok deraadt@
|
|
Both cause partition sizes to be displayed using a human readable
format with the units automatically chosen by looking at the smallest
partition in the disk label. Remove forceable humanization in 'A'
code and use '-h' in install scripts.
Prodded & ok deraadt@, verbiage tweaks from jmc@
|
|
ok deraadt@
|
|
there, remove a lot of cruft from the various md_installboot functions
ok halex
|
|
command; the script does not ask afterwards. Note I am not adjusting
the macppc or sgi install.md scripts. I ask their maintainers to clean
them before I will maintain them further. Please
|
|
|
|
Yes, there are machines where you X needs configuration, but let us be
realistic about it: THAT IS AN X BUG. And there are machines where getty
and xdm fight: THAT IS A CONSOLE DRIVER BUG. And this commit is going to
force those bugs to eventually matter enough so that they get fixed. Just
watch.
|
|
|
|
build the sets before we build the media. While there we can get rid
of DESTDIR/snapshot too, and simply install straight into RELEASEDIR.
(This also ends up saving an astounding amount of traffic/latency in a nfs
environment)
|
|
them
|
|
'# /dev/r...' line is not selected.
Noticed by deraadt@
|
|
missed the '# size offset ...' line at the top of the partition
list.
|
|
disk and ask if the installee wants to use it, edit it, or create
their own custom disklabel. Most one-disk installs will not need
to see fdisk or disklabel.
i386 and macppc by me, adapted for others by deraadt@.
ok deraadt@
|
|
installs. Also nuke the link created for disktab.
ok deraadt@ miod@
|
|
than have the install script copy it there. Shrinks install script,
removes an extra copy of disktab.
ok deraadt@
|
|
|
|
ok deraadt@
|
|
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
|
since it isn't emitted anymore.
ok deraadt@
|
|
bsd.rd does not overlap the boot code... this problem is starting to
feel familiar.. tested by myself and claudio
|
|
understand.
Add serial console handling for alpha, macppc, zaurus. No functional
change for i386/amd64.
All archs should now have automatic serial console configuration.
ok deraadt@
|
|
|
|
|
|
|
|
|
|
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
|
|
the uncompressed filename in the gzip header.
|
|
MAKEDEV all, since the scripts can create the needed nodes later; found the
hard way by hshoexer@
ok deraadt@
|
|
use of a GZIP environment variable for extra command flags.
ok deraadt@, millert@
|
|
|
|
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
|
|
|
|
maybe someone will figure out why. Put a big fat comment there about it.
diagnosed by miod and nick; this workaround tested by nick.
|
|
|
|
|
|
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.
|
|
NFS support ; however, miniroot has proper NFS support.
ok deraadt@ some time ago
|
|
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.
|
|
ok deraadt@
|
|
|
|
|
|
|
|
Remove another dated comment about 3.1 to 3.2 upgrade.
|
|
|
|
|
|
dhclient-script and disktab files in architectures where this wasn't
already being done.
OK deraadt@.
|
|
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.
|