OpenBSD CVS

CVS log for src/distrib/amiga/Attic/install.md


[BACK] Up to [local] / src / distrib / amiga

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22, Tue Dec 31 16:35:32 2002 UTC (21 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +1 -1 lines
FILE REMOVED

amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as
well as the few userland tools which were only used on these platforms.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Nov 7 01:28:51 2002 UTC (21 years, 7 months ago) by krw
Branch: MAIN
Changes since 1.20: +1 -3 lines
Diff to previous 1.20 (colored)

Treat 'bsd' like just another filename in THESETS, no more 'kernel'
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.

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 22 01:48:38 2002 UTC (22 years ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Fix quoting botch in earlier commit. Make sure MDDISKDEVS and
MDCDDEVS actually work with non-empty values as well as the
supplied default this time.

Problem first detected by jsyn@.

Revision 1.19 / (download) - annotate - [select for diffs], Mon May 20 16:53:57 2002 UTC (22 years ago) by krw
Branch: MAIN
Changes since 1.18: +1 -5 lines
Diff to previous 1.18 (colored)

Eliminate md_questions(). It was used only to control the setting of
machdep.allowaperture. Remove the setting of machdep.allowaperture
from md_installboot().

Add MDXAPERTURE variable to relevant architectures.

Add a new function set_machdep_allowaperture(). It is called *after*
install_sets() (which changes when the X Window question is asked), and
if MDXAPERTURE is present modifies sysctl.conf.

Shrinks overall size for i386, macppc, sparc64 (which used md_questions
for machdep.allowaperture) but increases size a bit for other
architectures since set_machep_allowaperture is in install.sub.

Revision 1.18 / (download) - annotate - [select for diffs], Sat May 18 17:56:03 2002 UTC (22 years ago) by krw
Branch: MAIN
Changes since 1.17: +2 -11 lines
Diff to previous 1.17 (colored)

Eliminate md_get_diskdevs() and md_get_cddevs() by

1) Saving one boot's worth of dmesg in /tmp/dmesg.boot
2) Using sed to scan for devices and pull out names in
   new get_diskdevs() and get_cddevs() in install.sub
3) Saving any md disk/cd sed patterns in MDDISKDEVS and
   MDCDDEVS variables.

Revision 1.17 / (download) - annotate - [select for diffs], Tue May 14 01:49:25 2002 UTC (22 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.16: +2 -9 lines
Diff to previous 1.16 (colored)

Eliminate md_native_fstype() and md_native_fsopts(). Both functions
simply echo'd a single word if present at all.

Replace with variables MDFSTYPE and MDFSOPTS if required. Rework logic
in install.sub's mount_a_disk() to always include 'ro' as an option to
the mount command. This allows even those arch's with MDFSTYPE to
usually get by without MDFSOPTS.

ok deraadt@

Revision 1.16 / (download) - annotate - [select for diffs], Thu May 9 21:54:46 2002 UTC (22 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.15: +3 -63 lines
Diff to previous 1.15 (colored)

Elminate md_welcome_banner() and md_not_going_to_install() as the
output of both was essentially identical on all architectures. Replace
with welcome_banner() and not_going_to_install() in install.sub.

Abstract common verbiage from md_congrats() into congrats() which
calls md_congrats() for any architecture specific additional verbiage.

Reword things so ${MODE} can be plausibly used in more places.

Remove extraneous #!/bin/sh in hp300 install.md.

ok deraadt@ espie@

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 8 23:01:46 2002 UTC (22 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.14: +1 -12 lines
Diff to previous 1.14 (colored)

Abstract out common md_set_term() code into set_term() in install.sub,
calling md_set_term() from set_term() to do machine dependent stuff.
Currently only i386 does anything - keyboard mappings.

Add MDTERM variable to allow install.md to set proper default terminal
type. Default to vt220.

Eliminate md_get_partition_range() as useless since every architecture
returned '[a-p]'.

Make default term for all mvme* architectures vt100 as requested by miod@.

ok deraadt@ millert@ miod@

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 7 02:03:57 2002 UTC (22 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored)

All architectures now use miniroot, so eliminate last few getresp()
calls in favour of ask().

Fix the erroneous advice I gave to Hugh in vax getresp() -> ask().

ok deraadt@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 25 21:28:10 2002 UTC (22 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.12: +11 -11 lines
Diff to previous 1.12 (colored)

- fix a few texts
- remove dead hp300 stuff
ok millert@, espie@

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 31 17:30:30 2002 UTC (22 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.11: +7 -11 lines
Diff to previous 1.11 (colored)

bit of shrinkage, krw ok

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 14 03:34:14 2002 UTC (22 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

version mishandling

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 23 19:44:38 2001 UTC (22 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.9: +4 -26 lines
Diff to previous 1.9 (colored)

argh.  stop using kernfs, using dmesg using sysctl.  encode ARCH into
install.md at build time.  remove some crud.  and the icing on the cake:
skip testing all this until next week

Revision 1.9 / (download) - annotate - [select for diffs], Fri Sep 3 18:55:22 1999 UTC (24 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

md_questions() interface allows asking questions before sets

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 15 10:05:04 1999 UTC (24 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.7: +1 -5 lines
Diff to previous 1.7 (colored)

Kill md_copy_kernel()

Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 28 17:53:28 1998 UTC (25 years, 7 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

call check_kernel instead of having the same code in all the .md files

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 11 22:55:45 1998 UTC (25 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.5: +1 -9 lines
Diff to previous 1.5 (colored)

kill md_get_ifdevs, miniroot/install.sub uses mi version now

Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 27 23:49:34 1998 UTC (26 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.4: +3 -5 lines
Diff to previous 1.4 (colored)

simplify

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 18 13:15:09 1997 UTC (27 years, 1 month ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +26 -8 lines
Diff to previous 1.3 (colored)

Use a kernel set instead of copying it from the booted root-image.
Skip dmesg, cut & sort uses.  Use kernfs and more sed instead.  Native
filesystems are "ados".

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 14 21:39:10 1997 UTC (27 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.2: +5 -1 lines
Diff to previous 1.2 (colored)

Add md_machine_arch()

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 13 16:04:06 1997 UTC (27 years, 1 month ago) by niklas
Branch: MAIN
Changes since 1.1: +5 -20 lines
Diff to previous 1.1 (colored)

Reflect amiga reality + fix typo

Revision 1.1 / (download) - annotate - [select for diffs], Sat May 3 22:27:09 1997 UTC (27 years, 1 month ago) by niklas
Branch: MAIN

Add amiga md parts of the miniroot stuff

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.