Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-12 | sync | Theo de Raadt | |
2009-05-12 | Cleanup and shave some bytes in hextodec() | Alexander Hall | |
ok krw@, "If that works, commit it" deraadt@ | |||
2009-05-11 | Remind people that mountpoints must now be entered using the disklabel | Theo de Raadt | |
command; the script does not ask afterwards. Note I am not adjusting the macppc or sgi install.md scripts. I ask their maintainers to clean them before I will maintain them further. Please | |||
2009-05-11 | Clean up and shrink code. Don't newfs paritions without a mount | Kenneth R Westerback | |
point specified. Check for duplicate mount points and don't accept a disk which has such a duplicate configured. Don't remount all partitions after installing sets. 'be brave' deraadt@ | |||
2009-05-10 | sync | Theo de Raadt | |
2009-05-09 | - ask_yn defaults to no | Martynas Venckus | |
- remove trailing whitespace ok krw@, sthen@ | |||
2009-05-09 | remove chatty disklabel stuff | Theo de Raadt | |
2009-05-09 | remove some chatty disklabel stuff | Theo de Raadt | |
2009-05-09 | Read the netmask in dotted decimal notation, even though ifconfig does | Theo de Raadt | |
the wrong thing. | |||
2009-05-09 | IFS dance not needed | Theo de Raadt | |
2009-05-09 | Pretty up the failed sets message | Theo de Raadt | |
2009-05-08 | If sshd is enabled, and a user is setup, as if sshd should turn off | Theo de Raadt | |
sshd's PermitRootLogin | |||
2009-05-08 | improve user_setup by only accepting good usernames; idea from alexander | Theo de Raadt | |
hall. also improve the 2nd question designed for people not paying attention; ok todd | |||
2009-05-08 | use $nifs instead of hostname.* existance to determine if we should get ftplist | Theo de Raadt | |
2009-05-08 | Since our order is now net, disk, TZ, we can increase the ftp timeout | Theo de Raadt | |
up to 12 seconds more comfortably | |||
2009-05-07 | sync | Theo de Raadt | |
2009-05-07 | sync | Theo de Raadt | |
2009-05-07 | vax iso has to become a teeny bit bigger | Theo de Raadt | |
2009-05-07 | o use 'ls -C' to speed and simplify both sets viewing and timezone selection | Todd T. Fries | |
o use a tzlist instead of a tzdir o as a bonus, sets lists are now sorted top-down instead of left-right o use stty to calculate 4char padding surrounding sets lists collaboration with Alexander Hall halex@ ok deraadt@ | |||
2009-05-07 | sync | Theo de Raadt | |
2009-05-06 | use /snapshots/ rather than /4.5/ when you choose a numbered mirror from | Stuart Henderson | |
the list. ok deraadt | |||
2009-05-06 | make nifs init global, so it can be relied upon | Todd T. Fries | |
ok deraadt@ | |||
2009-05-06 | whoa, we were assuming that $_password was still the user password. we | Theo de Raadt | |
got lucky. | |||
2009-05-06 | Don't display 'No disks found.' after configuring the last disk. | Kenneth R Westerback | |
"Silence is golden." deraadt@ | |||
2009-05-06 | Put the tzdir onto some of the media we think it will fit onto | Theo de Raadt | |
2009-05-06 | Split the collection of many questions from the appplication of their | Theo de Raadt | |
change. Then ask them at the start. The timezone stuff remains a bit weird since we have to depend on when we get the TZ names, or when we get network... so there are 3 possible places that question can be asked. But now basically once it starts ftp'ing the sets, you only have the final done prompt. | |||
2009-05-06 | De-uglify disk configuration in the non-auto layout cases. Trust | Kenneth R Westerback | |
disklabel(8) to prevent duplicate mount points, and the user to enter all their mountpoint info in disklabel(8). Proceed directly to disk formatting after the last disk is configured. Do not pass go. ok deraadt@ | |||
2009-05-05 | accept TZ hints from the ftplist | Theo de Raadt | |
2009-05-05 | shorter default answer for the nameserver question | Theo de Raadt | |
2009-05-05 | If only one interface, and it is running dhclient, skip the | Theo de Raadt | |
default route / domainname / nameserver questions we already know the answers to | |||
2009-05-05 | count network interfaces as we configure them | Theo de Raadt | |
2009-05-05 | avoid changing directories a bit | Theo de Raadt | |
2009-05-05 | tabs and spaces and pedantry for the user entry | Theo de Raadt | |
2009-05-05 | cope with users who cannot read the username question | Theo de Raadt | |
2009-05-05 | socks5 has been removed; use dante instead | Martynas Venckus | |
sure theo | |||
2009-05-05 | sync with the ftp changes | Martynas Venckus | |
2009-05-05 | adjust for ftp -DSMALL changes. been in test kernels tested by many. | Stuart Henderson | |
ok martynas, deraadt | |||
2009-05-05 | fix for upgrade and vlans | Todd T. Fries | |
noticed by naddy@, tested by me, ok deraadt@ | |||
2009-05-05 | remove some debug | Theo de Raadt | |
2009-05-05 | Add a mechanism to build a false hierarchy of the zoneinfo on | Theo de Raadt | |
the ramdisk | |||
2009-05-05 | spaces to tabs | Theo de Raadt | |
2009-05-04 | Make the http fetcher capable of dealing with more complex index.txt files | Theo de Raadt | |
2009-05-04 | pass desired set path to ftplist | Theo de Raadt | |
2009-05-04 | a bit of wordsmithing for the SHA256 message | Theo de Raadt | |
2009-05-04 | ok, but the jobs stderr redirect from guenther is good | Theo de Raadt | |
2009-05-04 | no, that way of looking at the jobs does not work | Theo de Raadt | |
2009-05-04 | cleaner job watcher by guenther | Theo de Raadt | |
2009-05-03 | delete XXX comment about upgrades; it should work | Theo de Raadt | |
2009-05-03 | don't emit spurious error when no network is configured, also fix typos. | Stuart Henderson | |
ok deraadt@ | |||
2009-05-03 | Oops. Untested over-optimization slipped in, breaking installs. | Kenneth R Westerback | |