summaryrefslogtreecommitdiff
path: root/distrib/miniroot/upgrade.sh
AgeCommit message (Expand)Author
2003-08-17With 3.4, /usr/include/ssl is a link and /usr/include/openssl is theKenneth R Westerback
2003-08-16Minor cosmetic cleanup.Kenneth R Westerback
2003-06-23Fix comment typo in last commit.Kenneth R Westerback
2003-06-23Minor cleanups.Kenneth R Westerback
2002-12-08Fix & cleanup logic, especially around interrupted installs.Kenneth R Westerback
2002-12-01Code consolidation. Create edit_tmp_file(), manual_net_cfg(), inet_info()Kenneth R Westerback
2002-11-10Polish wording on fstab verbiage, and swap paragraphs so the paragraphKenneth R Westerback
2002-11-07Treat 'bsd' like just another filename in THESETS, no more 'kernel'Kenneth R Westerback
2002-11-01Cleanup. install_sets() no longer takes a parameter.Kenneth R Westerback
2002-10-03Divorce system hostname handling from network configuration.Kenneth R Westerback
2002-09-17Ruthlessly expunge unnecessary verbiage and whitespace to make sureKenneth R Westerback
2002-08-27Move general partitioning advice from machine dependant per diskKenneth R Westerback
2002-07-27Fix two problems.Kenneth R Westerback
2002-07-18Rework upgrade's fstab handling soKenneth R Westerback
2002-07-13More cleanup/simplification/shrinkage.Kenneth R Westerback
2002-07-06Remove obsolete upgrade hacks for XF3->XF4 and movingKenneth R Westerback
2002-06-29Some cleanup/simplification:Kenneth R Westerback
2002-06-25Complete yet more of the c2k2 initiated changes. In this round:Kenneth R Westerback
2002-04-29Eliminate basename(). Just use parameter expansion syntax to removeKenneth R Westerback
2002-04-28Remove superfluous '{}' in variable references that are all alone in aKenneth R Westerback
2002-04-28Change getresp() into ask().Kenneth R Westerback
2002-04-13only fsck root once in upgrade; from krwTheo de Raadt
2002-04-09More reorganizations, fixes and shrinkage.Kenneth R Westerback
2002-04-05Abstract out common startup and finishing code from install.shKenneth R Westerback
2002-04-02Do not copy /etc/mygate to install'ed systems if dhcp is specifiedKenneth R Westerback
2002-03-31naddy@ pointed out that in the two situationsKenneth R Westerback
2002-03-31This omnibus diff does a number of cleanups:Kenneth R Westerback
2002-03-30shrink 599 more bytes: cleanups to "case" and such; ok krwTheo de Raadt
2002-03-30Squeeze a few bytes out of the installation scripts by usingKenneth R Westerback
2002-03-26Cleanup (and shrink) ftp_list_files() in install.sub by removingKenneth R Westerback
2002-03-04Update Copyright(c)'s to 2002Kenneth R Westerback
2002-03-03Cleanup/Improve trap handling.Kenneth R Westerback
2001-11-25Squeeze all obvious <blank>+<tab> and <tab><blank>+ combinationsKenneth R Westerback
2001-11-18Purge more (last?) comments from install scripts by removing allKenneth R Westerback
2001-10-11Do *not* copy the possibly edited fstab back to disk afterKenneth R Westerback
2001-06-23argh. stop using kernfs, using dmesg using sysctl. encode ARCH intoTheo de Raadt
2001-04-20Cleanup, new features, shrinkage.Kenneth R Westerback
2000-05-12fix an oopsie; millertTheo de Raadt
2000-04-30When doing an upgrade, if there is an /etc/sendmail.cf and noTodd C. Miller
2000-04-30If the site tarball included a file /install.site (upgrade.site if weTodd C. Miller
2000-03-19populateusrlocal: create the right hierarchy under /usr/localMarc Espie
1999-10-08When making timezone link just say what it is doing, don't sayTodd C. Miller
1999-08-15o When clearing a variable, do ``foo='', not ``foo=""'' to save 2 bytes.Todd C. Miller
1998-09-11mi get_ifdevs()Todd C. Miller
1997-07-09Don't do needless sync and change -fast to -check in unmount_fs()Todd C. Miller
1997-05-14md_machine_arch must be done after md_makerootwritable (for /kern)Todd C. Miller
1997-05-13Explicately mention what editor is being used.Todd C. Miller
1997-05-03Disable twiddle() as it causes problems on some architecturesThorsten Lockert
1997-04-30We run OpenBSD. we also want vim acting as vi.Niklas Hallqvist
1996-09-05sync to netbsdTheo de Raadt