summaryrefslogtreecommitdiff
path: root/distrib/miniroot
AgeCommit message (Expand)Author
2010-07-07zap chmod of /etc/pkg.conf since the installer itself will not put a usernameAlexander Hall
2010-07-04600 i mean. hackathon took it's toll. pointed out by halexTheo de Raadt
2010-07-04the pkg.conf file should be mode 644, in case the user used a ftpTheo de Raadt
2010-06-30we don't need to add a localhost route for our hostname address, our arpPeter Hessler
2010-06-30revert last ^D behaviour changeAlexander Hall
2010-06-30make the installer quit when ^D is pressed at any promptAlexander Hall
2010-06-30handle whitespace around installpath in pkg.confAlexander Hall
2010-06-29After installing or updating from a public mirror, the installfrom=...Alexander Hall
2010-06-26make http the default network install method rather than ftpAlexander Hall
2010-06-21Argh. Back out previous until correct diff found.Kenneth R Westerback
2010-06-21Juggle code a bit and add a check so we don't attempt to createKenneth R Westerback
2010-04-06Try a more detailed message about the timeTheo de Raadt
2010-04-05purge extra spaces which make the media cryTheo de Raadt
2010-04-04If the system time is off by more than 120 seconds from the TIME=nnnAlexander Hall
2010-03-31put date(1) onto the media, it fitsTheo de Raadt
2010-03-09correctly choose the files in a directory, even if it is a symbolic linkTheo de Raadt
2010-03-09Tweak default set selection so X sets are in the default list whenKenneth R Westerback
2010-03-04Gracefully handle trailing '/'s when asking for [sub]Timezones.Kenneth R Westerback
2010-03-02The -stable default ftp directory should not be snapshots/$ARCH.Kenneth R Westerback
2010-01-13match the 'use 127.0.0.1/8 instead of 127.0.0.1 for clarity' change in netstartTodd T. Fries
2010-01-10remove and move some chatty byte during upgrade startup; ok krw, idea from mc...Theo de Raadt
2010-01-03Since we can now recognize new disks as they appear, loop waitingKenneth R Westerback
2010-01-01add arch(1) to the ramdisk, it is tiny and we will soon need itTheo de Raadt
2009-07-23Don't use the presence of /etc/fstab to determine if all filesystemsKenneth R Westerback
2009-07-14Add a couple of missing ';;'s in case statements. Both are justKenneth R Westerback
2009-07-10We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) toTheo de Raadt
2009-07-09The cd install method is called cd, not cdrom. This gets told to theTheo de Raadt
2009-07-06Fix handling of install info saving and fetching. May still be someKenneth R Westerback
2009-07-03jmc becomes upset when nouns are used as verbs; via krwTheo de Raadt
2009-07-02Do *not* newfs non-ffs partitions while installing. Even if someoneKenneth R Westerback
2009-07-01Do not default to disk installs; ftp or cdrom covers 99% of users; ok krwTheo de Raadt
2009-06-29Revert 1.558, making the installer (in the worst case) use the base-setTheo de Raadt
2009-06-27Add initial user to the 'staff' class.Antoine Jacoutot
2009-06-19Don't create bogus hosts file entries if too few parameters areKenneth R Westerback
2009-06-12make the interrupt handler in install.sub print a linefeed and also makeAlexander Hall
2009-06-12Put back the once-only code that krw removed earlier, because we want ^CTheo de Raadt
2009-06-12Avoid vlan explosion reported by deraadt@, sthen@ and jsing@ whenKenneth R Westerback
2009-06-11krw must not have tested his dhcp change from a scratch bootTheo de Raadt
2009-06-11No need to show the filename the duplicate mount point was detectedKenneth R Westerback
2009-06-11Make 'dhcp' the default answer only if no other interface hasKenneth R Westerback
2009-06-10A tighter printing format for the SHA256 hashes.Theo de Raadt
2009-06-10On systems without keyboard setting, the hostname choice had no blank lineTheo de Raadt
2009-06-10Count existing vlan's so restarting the script doesn't lose track ofKenneth R Westerback
2009-06-10when sets cannot be found, do the 4-space indent dance to make theTheo de Raadt
2009-06-10the interface list should not be sorted. use the order that ifconfigTheo de Raadt
2009-06-09Update the user input routines to (re-evaluate and) redraw theAlexander Hall
2009-06-09Tighten and tweak keyboard question. Use 'layout' instead of 'type'Kenneth R Westerback
2009-06-07More tersification. Fixes verbiage issue reported by jdixon@ onKenneth R Westerback
2009-06-05add some hostname sanity checkAlexander Hall
2009-06-04Implement '!' and '!<cmd>' at the "(I)nstall ..." prompt so weKenneth R Westerback