Age | Commit message (Collapse) | Author |
|
Factor out drive/partition handling for CD and disk installs. Should
only affect installs/upgrades from non-ISO CDs and unmounted disk partitions.
Tested by Otto@.
'It is that high risk time' deraadt@.
|
|
console. Fixes booting on Soekris net4501 without a cable connected.
ok tom@ markus@
|
|
|
|
which will be disabled for /bin/sh invocations soon.
Requested by millert@.
ok pval@.
|
|
list of speeds and thus the default default.
|
|
ok deraadt@
|
|
|
|
to the user's satisfaction.
ok tdeval@ deraadt@
|
|
|
|
made the default console. Ensures specified speed is actually used.
Pointed out by Derick Siddoway and Bob Humphrey.
ok deraadt@
|
|
as sub-timezone.
Pointed out by cloder@.
|
|
configured during install.
If it is configured it will still be unconditionally used as swap, so
don't let the user set a mount point for it.
Minor white space, commment and verbiage adjustments.
Suggested by many including Mickey, Henning, Todd, and Theo.
ok deraadt@
|
|
i386 only at this time.
ok beck@ deraadt@
|
|
ok matthieu@
|
|
|
|
default answer to 'Where are the install sets?'.
Requested by various, most recently Henning and Theo.
|
|
|
|
be specified for root filesystems. Add MDROOTFSOPT value for luna88k
so installed system can boot.
Tested by Kenji Ayoma.
ok miod@.
|
|
this to successfully chroot.
ok henning@ beck@
|
|
prepare for v6 initialization. Minor verbiage changes, and not asking
for v4 default route if no v4 addresses were configured are the only
user visible changes.
ok deraadt@.
|
|
|
|
ok deraadt@.
|
|
Suggestion by Tom Cosgrove.
ok miod@ millert@ deraadt@.
|
|
|
|
emitted error messages.
Change default response to 'Use the nameserver now?' from a 'y' to
'yes' to be consistant with other ask_yn() usages.
ok beck@ deraadt@.
|
|
more weird usercodes and passwords work. Embedded blanks especially.
ok beck@.
|
|
since today's ftp/fetch.c commit fixes real issue, and v1.314 broke
'ftp' user.
Problems with 'ftp' user reported by Stephen Kirkham of UofA.
|
|
|
|
|
|
|
|
in enable_network(). From /etc/netstart.
|
|
Scavange a couple of characters while in the area.
|
|
|
|
|
|
client or to run it with -1.
|
|
which begin to enable use of this will follow at a later time.
|
|
to 'Use the nameserver now?' to 'yes'. 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.
|
|
|
|
/usr/include and /usr/libdata/perl5/site_perl/*-openbsd.
Allows both base34 and comp34 to be upgraded from a stock install.
ok deraadt@.
|
|
will be set by DHCP.
ok drahn@ beck@ henning@
|
|
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.
|
|
Replace the generic 'Done - no available Xs found.' message with two
more relevant ones. Suggested several times, most memorably by Todd@.
a) For selection of disks or cds to install from, and for selection of
the root disk, make it 'No Xs found.'.
b) For processing the list of disks or interfaces to initialize, make
it 'No more Xs to initialize.'.
Delete get_root() as it is only called in one place, and insert code
at that location.
Reclaim a few characters by putting ask_which() punctuation where
message is output rather than repeating it where message passed.
|
|
Use '<msg>...done.' consistantly by replacing last five varient uses. Out with
'<msg> ... done.', '<msg>...Done.', etc.
|