summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sh
AgeCommit message (Expand)Author
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
1999-04-07cannot swapon in 2.5 installer. the swap partitions must exist at kernelTheo de Raadt
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
1998-10-28Move md_copy_kernel after install_sets and add check_kernel (whichTodd C. Miller
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
1998-09-17pretty up MAKEDEV runTheo de Raadt
1998-09-15add dhclient support; jbi130@mail.usask.ca and ITheo de Raadt
1998-09-11mi get_ifdevs()Todd C. Miller
1998-07-13make users aware of what "making devices" entailsTheo de Raadt
1998-06-08Move `md_copy_kernel' to earlier in the file to prevent warningJason Wright
1998-06-02Don't use given password as default when prompting for passwd a secondTodd C. Miller
1998-04-11make user enter root password during install phaseTheo de Raadt
1998-03-28oopsTheo de Raadt
1998-03-28copyrightsTheo de Raadt
1998-03-12various prompt and message changesTheo de Raadt
1998-01-10support installing to multiple disks; cyxob@isl.vtu.ltTheo de Raadt
1997-11-10init resolv.conf in "lookup file bind" modeTheo de Raadt
1997-10-30nice mount point chooserTodd C. Miller
1997-10-17oopsTheo de Raadt
1997-10-17clarify significantly. in many situations, put more effort into rememberingTheo de Raadt
1997-10-17clarify hostname promptTheo de Raadt
1997-09-23Typo, fixes passno botch in / entryNiklas Hallqvist
1997-05-17Set ROOTDISK based on /mnt when restarting install. Noticed by Per.Todd C. Miller
1997-05-14md_machine_arch must be done after md_makerootwritable (for /kern)Todd C. Miller
1997-05-14Now calls md_machine_arch() which needs to be added to everyone'sTodd C. Miller
1997-05-13Explicately mention what editor is being used.Todd C. Miller
1997-05-08Don't try to copy disktab.shadow if it does not existThorsten Lockert
1997-05-03Disable twiddle() as it causes problems on some architecturesThorsten Lockert
1997-05-02allow install to be restarted in many cases without blowing away everything a...grr