Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-22 | Fix quoting botch in earlier commit. Make sure MDDISKDEVS and | Kenneth R Westerback | |
MDCDDEVS actually work with non-empty values as well as the supplied default this time. Problem first detected by jsyn@. | |||
2002-05-20 | Eliminate md_questions(). It was used only to control the setting of | Kenneth R Westerback | |
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. | |||
2002-05-18 | Eliminate md_get_diskdevs() and md_get_cddevs() by | Kenneth R Westerback | |
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. | |||
2002-05-14 | Eliminate md_native_fstype() and md_native_fsopts(). Both functions | Kenneth R Westerback | |
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@ | |||
2002-05-09 | Elminate md_welcome_banner() and md_not_going_to_install() as the | Kenneth R Westerback | |
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@ | |||
2002-05-08 | Abstract out common md_set_term() code into set_term() in install.sub, | Kenneth R Westerback | |
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@ | |||
2002-05-07 | All architectures now use miniroot, so eliminate last few getresp() | Kenneth R Westerback | |
calls in favour of ask(). Fix the erroneous advice I gave to Hugh in vax getresp() -> ask(). ok deraadt@ | |||
2002-05-01 | when filtering termcap selecet vt220, not vt200, since that's what we gonna ↵ | Michael Shalayeff | |
use later, plus a few rcsid vicinity cleanups; millert@ ok | |||
2002-04-30 | tset bye bye | Theo de Raadt | |
2002-04-30 | use SCRIPT command | Theo de Raadt | |
2002-04-29 | generate termcap file using a list2sh.awk directrive; distrib becomes a lot ↵ | Theo de Raadt | |
smaller again | |||
2002-04-25 | - fix a few texts | Miod Vallat | |
- remove dead hp300 stuff ok millert@, espie@ | |||
2002-04-22 | de-tab install.md more fully | Theo de Raadt | |
2002-04-22 | use one common dot.profile for all | Theo de Raadt | |
2002-04-21 | avoid SYMLINK on binaries | Theo de Raadt | |
2002-04-05 | the delete key is ^? not ^H | Theo de Raadt | |
2002-04-01 | KNF sh ends up saving space; krw ok | Theo de Raadt | |
2002-03-31 | bit of shrinkage, krw ok | Theo de Raadt | |
2002-02-14 | version mishandling | Theo de Raadt | |
2001-12-05 | remove garbage; miod ok | Theo de Raadt | |
2001-10-26 | Well, "zap kernfs" and MISS! | Janne Johansson | |
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib/amiga/ramdisk/list.diff?r1=1.6&r2=1.7&f=h Re-insert mount_ados so that local fs installs work again. | |||
2001-10-08 | arch -ks | Theo de Raadt | |
2001-09-17 | zap kernfs | Theo de Raadt | |
2001-09-17 | mount -u, not mount_ffs -u | Todd C. Miller | |
2001-09-16 | Shave a few byte; "mount -u" not "mount -o update"; Theo OK'd | Todd C. Miller | |
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo de Raadt | |
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week | |||
2001-01-19 | Again, increase the size. | Janne Johansson | |
2000-10-25 | In stty line enable ^T (status) as well. | Todd C. Miller | |
2000-04-29 | Bump miniroot to 8704... might be slight overkill, but at least | Marc Espie | |
everything fits... | |||
2000-01-30 | add dmesg alias to all install media | Theo de Raadt | |
1999-09-03 | md_questions() interface allows asking questions before sets | Theo de Raadt | |
1999-08-15 | Kill md_copy_kernel() | Todd C. Miller | |
1998-12-21 | collapse two sed's into one | Todd C. Miller | |
1998-12-20 | termcap.src is no more, run tic against termtypes.master instead | Todd C. Miller | |
1998-10-28 | call check_kernel instead of having the same code in all the .md files | Todd C. Miller | |
1998-09-11 | kill md_get_ifdevs, miniroot/install.sub uses mi version now | Todd C. Miller | |
1998-04-13 | put (S)hell into the prompt too | Theo de Raadt | |
1998-03-27 | simplify | Theo de Raadt | |
1997-10-20 | Enable history and emacs-stye command editing. A lot of this stuff | Todd C. Miller | |
is not used but who knows what... | |||
1997-09-18 | if we start at the top of distrib, we will end up in the right place... | Theo de Raadt | |
1997-05-19 | Add mount_msdos, trim termcap | Niklas Hallqvist | |
1997-05-19 | No need to copy zoneinfo. Add mount_msdos. Limit termcap | Niklas Hallqvist | |
1997-05-19 | make miniroot 4MB instead of 5 | Niklas Hallqvist | |
1997-05-18 | Go to the correct miniroot and ramdisk dirs | Niklas Hallqvist | |
1997-05-18 | Correct comment | Niklas Hallqvist | |
1997-05-18 | Make ramdisk filesystem smaller | Niklas Hallqvist | |
1997-05-18 | Trim dmesg, cut & sort | Niklas Hallqvist | |
1997-05-18 | Use a kernel set instead of copying it from the booted root-image. | Niklas Hallqvist | |
Skip dmesg, cut & sort uses. Use kernfs and more sed instead. Native filesystems are "ados". | |||
1997-05-18 | Build miniroot and ramdisk, not floppies | Niklas Hallqvist | |
1997-05-16 | compile rdsetroot with -DBROKEN_NMAGIC -DDEBUG | Niklas Hallqvist | |