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-06 | Convert a getresp that seems to have escaped the sieve. | Hugh Graham | |
Spotted by grange. | |||
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-05-01 | We only need fsck_ffs, not the fsck front end. | Todd C. Miller | |
Make all fsck list file entries simply be: LINK instbin sbin/fsck_ffs sbin/fsck | |||
2002-04-30 | spacing | Theo de Raadt | |
2002-04-30 | use makeconf.awk, and cleanup instbin removal | 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-28 | remove confusion about disktab | Theo de Raadt | |
2002-04-28 | use single shared mtree.conf | Theo de Raadt | |
2002-04-25 | runlist.sh & list2sh.awk unification | Theo de Raadt | |
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 | use arch -ks; strip the MAKEDEV | Theo de Raadt | |
2002-04-19 | indent | Theo de Raadt | |
2002-04-18 | for real this time | Theo de Raadt | |
2002-04-18 | not needed | Theo de Raadt | |
2002-04-18 | the chroot in the install is used, no need in instbin | Theo de Raadt | |
2002-04-18 | remove garbage | Theo de Raadt | |
2002-04-05 | the delete key is ^? not ^H | Theo de Raadt | |
2002-04-05 | skip term initialization, someone should really debug why terminal mucking ↵ | Theo de Raadt | |
happens as a result.. but not me.. not now.. | |||
2002-04-05 | remove some cruft, use hardlinks to instbin, delete instbin when done, and | Theo de Raadt | |
comment strip the install scripts too | |||
2002-04-05 | shrink the ramdisk imagesize | 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-03-19 | Match RRD40 as a cdrom on MSCP. May be useful to simh users, even if | Hugh Graham | |
nobody has the actual hardware. | |||
2002-03-10 | Add ra[0-9] hd[0-9] and rl[0-9] to drives matched by md_get_diskdevs. | Hugh Graham | |
2002-03-10 | Use the base boot. | Hugh Graham | |
2002-02-24 | Copy boot to correct root. | Hugh Graham | |
2002-02-24 | Add boot to ramdisk since it's no longer in base of base. | Hugh Graham | |
2002-02-19 | fetch correct dot.profile | Theo de Raadt | |
2002-02-15 | vax support, bit hackish, will do for now; input from hugh | Theo de Raadt | |
2002-02-14 | sync with other install.md scripts. also copy /boot from /usr/mdec, where it | Theo de Raadt | |
now lives | |||
2002-02-09 | use "ramdisk" MAKEDEV target always | 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-10-02 | because usr.bin/grep now exists, crunch goes wrong, and we need to put ↵ | Theo de Raadt | |
gnu/usr.bin before usr.bin, until our grep replaces gnu grep | |||
2001-09-30 | Get correct ARCH value for vax ramdisks. | Miod Vallat | |
2001-09-17 | more missing dmesg | 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-08-29 | Apply recent changes in the i386 comment eradication code to all | Kenneth R Westerback | |
architectures using a list2sh.awk and related 'list' files (alpha, hp300, mac68k, mvme68k, mvme88k, mvmeppc, powerpc and vax). list2sh.awk is modified so that in handling SPECIAL lines the tabs in regular expressions are not lost to awk field parsing. Any 'list' file trying to eliminate comments, using SPECIAL lines and sed, now eliminates lines that a) have '#' as the first non-blank, non-tab character, with at least one blank or tab following the '#'. b) have '#' as the first non-blank, non-tab character, with a newline immediately following the '#'. Previous b) was not being done, and only leading/following blanks were being looked for due to the loss of tab characters in list2sh.awk. | |||
2001-07-30 | make it work again | Hugh Graham | |
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 |