Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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@
|
|
table.
ok deraadt@
|
|
while statements.
|
|
|
|
|
|
noticed by drahn
|
|
|
|
|
|
|
|
Prompted by deraadt@
|
|
|
|
|
|
|
|
re-write of install_cd() so remove sleep(1) from install media.
"sure!" deraadt@
|
|
|
|
wander around akikhabara with a usb cd drive and an openbsd cd, testing
for laptops that support apm as god intended.
|
|
|
|
|
|
|
|
the hackathon by Tom and Toby, finally making it to the real world. Now
we can tweak sizes of the media all we want, if we need to.
|
|
i386 only at this time.
ok beck@ deraadt@
|
|
|
|
|
|
/boot's i-node number and allows multiboot (NTLDR) setups to work
across upgrades. Suggested by Tom Cosgrove and Todd Miller.
NOTE: Will only work if preserved biosboot is an LBA biosboot. i.e.
won't work for 3.4 -> 3.5 upgrade because LBA biosboot went in
post-3.4.
ok millert@ deraadt@ tom@ nick@
|
|
required when making release.
requested by and ok deraadt@
|
|
the BIOS supports it. File location data now geometry-independent
(biosboot groks part of the inode), so installboot loses -h and -s.
Many thanks to all those brave enough to try the snapshots. Thanks
for the test reports, everyone.
ok deraadt@
|
|
which begin to enable use of this will follow at a later time.
|
|
to be useful. deraadt@ OK
|
|
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.
|
|
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.
|
|
Use '<msg>...done.' consistantly by replacing last five varient uses. Out with
'<msg> ... done.', '<msg>...Done.', etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
which can then be burnt onto a CD, and then you can do an ftp install
from that. This will suffice for people without floppies in upcoming
machines. No, I am not going to put the sets on that CD. We've been
over this before.
|
|
(longnames). This ensures the install sets are listed in lowercase and
are thus visible to the install/upgrade scripts.
Installing/upgrading from sets on msdos partitions should now work
(again?).
Problem noticed by Michael Lucas.
deraadt@ ok
|
|
dhclient-script and disktab files in architectures where this wasn't
already being done.
OK deraadt@.
|
|
From David Krause.
|
|
From Pedro Bastos.
|
|
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.
|
|
|