summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sh
AgeCommit message (Collapse)Author
2001-06-23argh. stop using kernfs, using dmesg using sysctl. encode ARCH intoTheo de Raadt
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week
2001-04-20Cleanup, new features, shrinkage.Kenneth R Westerback
Remove chunk of commented out, unused code. Add _didnet=1 to enable_network() so that ftp upgrade does not ask for network information it already has. Tell a user that selects the http installation method that the files will be downloaded via http. Suppress all 'softdep' options in fstab_shadow so there are no warnings when the filesystems are mounted. Suppress all non-ffs (including nfs, ufs) filesystems from fstab_shadow. Ufs was never used to install OpenBSD. Suppress all 'noauto' filesystems from fstab_shadow. Reword some comments and messages, esp. the one just before the offer to edit fstab. Punch up the fact that the fstab will not be saved, mention that non-ffs and noauto filesystems will be ignored. Move /usr/X11R6/lib/X11/{rstart,twm,xkb,xsm,xinit} directories to /usr/X11R6/lib/X11/XF3{rstart,twm,xkb,xsm,xinit} and replace with links. Links can be overwritten during upgrade. Directories can't. This enables the upgrade from XFree86 3.x to XFree86 4.x. ok deraadt@ millert@
2001-04-16Fix a couple of nits: delete some unnecessary commas andKenneth R Westerback
only print a 'Done.' for fsck'ing if fsck'ing is actually attempted. ok deraadt@
2001-03-26spellingTodd T. Fries
2000-06-16ssl package no longer needed (will be tested)Theo de Raadt
2000-06-01Add missing -n flag to getresp; noted by maurice@ivo.ig.netTodd C. Miller
2000-05-07Add -n flag to getresp, indicating shell escapes are not to be allowedTodd C. Miller
Don't show gre interfaces when prompting user for an ether device
2000-04-30If the site tarball included a file /install.site (upgrade.site if weTodd C. Miller
are upgrading not installing) then execute it chroot'd to /mnt. This allows people to customize the install procedure in a simple yet flexible manner.
2000-03-19populateusrlocal: create the right hierarchy under /usr/localMarc Espie
right before unmounting the new system. Beats having mtree files around every package...
1999-10-16in any situation where network config is needed, if the network is not ↵Theo de Raadt
configured, configure it then
1999-10-15o Support separate USA and International versions of libsslTodd C. Miller
o add support for passing in wildcards to designate what should get pre-selected in the file selector and use it for libssl.
1999-10-15typoTheo de Raadt
1999-10-14libssl*.t*z -> ssl*.t*zTheo de Raadt
1999-10-14flesh out ssl messagesTheo de Raadt
1999-10-14o When doing an ftp/http install where all the info has already been enteredTodd C. Miller
give the user the option of just using the old info instead of re-prompting. o Do network setup before grabbing libssl via ftp/http if it has not already been setup.
1999-10-08When making timezone link just say what it is doing, don't sayTodd C. Miller
"doing...done" since it takes no noticable time...
1999-09-25no defaultTheo de Raadt
1999-09-23Formatting, typo, and grammar fixes.Aaron Campbell
1999-09-23first cut at ssl chroot package installTheo de Raadt
1999-09-23various printing nitsTheo de Raadt
1999-09-03md_questions() interface allows asking questions before setsTheo de Raadt
1999-09-03remove a questionTheo de Raadt
1999-08-15o When clearing a variable, do ``foo='', not ``foo=""'' to save 2 bytes.Todd C. Miller
There are other places where double quotes are used unnecessarily as well o Kill md_copy_kernel() and check_kernel() since the kernel is now a 'set' o Add support for shell escapes from any prompt o Consolidate post-install_sets sanity checks and put them in sane_install(). o install_sets() now calls sane_install() to do the sanity checks and won't let you continue until things are sane (as far as it can determine).
1999-07-30leave async mode before installboot is run...Theo de Raadt
1999-07-19create /var/db/host.random at install timeTheo de Raadt
1999-04-10spellingTheo de Raadt
1999-04-10Add -q flag to newfs and use it in the installTodd C. Miller
1999-04-08clean ramdisk /tmp a bit more before running MAKEDEVTheo de Raadt
1999-04-07skip that swapon stuff, now that pax is about to become less leakyTheo de Raadt
1999-04-07save bytes; move swapon questionTheo de Raadt
1999-04-07For low-memory machines, help people by putting in enough swapon support, soTheo de Raadt
that people can do a boot, disklabel, reboot, boot, disklabel, swapon, .... and finish their install.
1999-04-07cannot swapon in 2.5 installer. the swap partitions must exist at kernelTheo de Raadt
boot time, the later user-entered disklabel does not take effect correctly. next release...
1999-04-01remove twiddle; tmp/fstab.*Theo de Raadt
1999-04-01Use /tmp/fstab.DISK if it exists to preload mountpointsTodd C. Miller
1999-02-28if swapon exists, use it to add root swap partitionTheo de Raadt
1998-11-09Remove labelmoredisks(), nothing uses it anymore and most install.md'sTodd C. Miller
don't provide a real md_labeldisk() anyway.
1998-10-28Move md_copy_kernel after install_sets and add check_kernel (whichTodd C. Miller
should probably be used instead of md_copy_kernel once I am sure nothing actually uses md_copy_kernel to copy the kernel any more).
1998-10-13whack resolv.conf properly; bug seen by jasonTheo de Raadt
1998-10-11prettier promptsTheo de Raadt
1998-10-07append script-formed dhclient.conf to installed one if necessaryTheo de Raadt
1998-09-28if no default route, set it to "none"Theo de Raadt
1998-09-28toast the obviously untested nfs changesTheo de Raadt
1998-09-28typoTheo de Raadt
1998-09-28fix resolver setupTheo de Raadt
1998-09-28nfs root patches; todd@Theo de Raadt
1998-09-26proper spacing of dns queriesTheo de Raadt
1998-09-25multiple IP addresses permitted for DNS serversTheo de Raadt
1998-09-24parse /etc/resolv.conf if it exists...Theo de Raadt
1998-09-23if default route already set (dhcp?) use it. otherwise use /etc/mygate..Theo de Raadt
otherwise we have no default route... in any case, prompt.
1998-09-17pretty up MAKEDEV runTheo de Raadt