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