Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-29 | Add a new verb to list2sh.awk, 'REMOVE'. This allows the easy | Kenneth R Westerback | |
disabling of '(U)pgrade' in architectures by adding REMOVE upgrade to the end of the 'list' file for that architecture. Add code to dot.profile to check for the presence of the upgrade script before offering to (U)pgrade. Use the new verb to disable upgrades for sparc. ok deraadt@. | |||
2002-08-27 | Move general partitioning advice from machine dependant per disk | Kenneth R Westerback | |
routine to install.sh so it is displayed only once. Strongly advise /, /tmp, /var, /usr and /home have their own disk partitions as requested by deraadt@. Rather than rely on users not re-selecting an already initialized disk, just allow them to choose from un-initialized disks. Move get_root invocation into install.sub as both install.sh and upgrade.sh did it first thing. Remove the 'workaround' to a 'vnode aliasing bug' that came in with the initial import of upgrade.sh from NetBSD. ok millert@. Rework verbiage in a few places. Clean up logic around looping through disk units by handling root disk better. | |||
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 | first pass of instbin removal movement | Theo de Raadt | |
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-22 | use one common dot.profile for all | Theo de Raadt | |
2002-04-21 | squish it down | Theo de Raadt | |
2002-04-13 | last rev forgot to handle the "swap on" types; drahn | Theo de Raadt | |
2002-04-13 | Use a grizzly sed script to ensure that the rootdev is determined out of | Theo de Raadt | |
the last possible dmesg block in the buffer; clubbed together by espie | |||
2002-04-09 | miniroots may have suprising rootdevs. Cope. | 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-23 | Remove extra blank line displayed before the paragraph 'As with | Kenneth R Westerback | |
anything ...' during install and/or upgrade on some archs. On sparc, sparc64, sun3 and vax fix a typo ('echo Welcome' -> 'Welcome') in here-document displayed in md_welcome_banner(). | |||
2001-12-05 | remove garbage; miod ok | Theo de Raadt | |
2001-09-21 | OK, the old sizes work again | 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-09-04 | MB == megabytes, Mb == megabits | Theo de Raadt | |
2001-09-04 | crank miniroot size to 6MB | Theo de Raadt | |
2001-07-03 | proper access to install.md file | Theo de Raadt | |
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-25 | egrep -a to permit working with binary data in dmesg | Theo de Raadt | |
2000-10-25 | In stty line enable ^T (status) as well. | Todd C. Miller | |
2000-04-24 | remove old stuff | Theo de Raadt | |
2000-04-24 | Treat the beginning of the current dmesg output as starting at | Todd C. Miller | |
/^OpenBSD /, not /^Copyright / (the latter doesn't show up in dmesg). | |||
2000-03-11 | work around /kern/msgbuf NUL behaviour; pjanzen | Theo de Raadt | |
2000-01-30 | add dmesg alias to all install media | Theo de Raadt | |
1999-11-11 | dhclient should fit... | Theo de Raadt | |
1999-10-13 | always add kernel to MDSETS; millert & deraadt ok'd | Jason Wright | |
1999-10-01 | do not put a dynamic installboot on the miniroot | 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 | |
1999-04-02 | Fix "no closing quote" problem. | Todd C. Miller | |
1999-04-02 | shave a few bytes | Todd C. Miller | |
1999-04-01 | disklabel -f use, for fstab tweaking | Theo de Raadt | |
1998-12-21 | add missing -e | Todd C. Miller | |
1998-12-20 | termcap.src is no more, run tic against termtypes.master instead | Todd C. Miller | |
1998-12-15 | forget about the old floppies, do not build them anymore | Theo de Raadt | |
1998-11-20 | tset now uses -lcurses | Theo de Raadt | |
1998-11-03 | parition -> partition | Aaron Campbell | |