summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2009-05-12syncTheo de Raadt
2009-05-12Cleanup and shave some bytes in hextodec()Alexander Hall
ok krw@, "If that works, commit it" deraadt@
2009-05-11Remind people that mountpoints must now be entered using the disklabelTheo 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-11Clean up and shrink code. Don't newfs paritions without a mountKenneth 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-10syncTheo de Raadt
2009-05-09- ask_yn defaults to noMartynas Venckus
- remove trailing whitespace ok krw@, sthen@
2009-05-09remove chatty disklabel stuffTheo de Raadt
2009-05-09remove some chatty disklabel stuffTheo de Raadt
2009-05-09Read the netmask in dotted decimal notation, even though ifconfig doesTheo de Raadt
the wrong thing.
2009-05-09IFS dance not neededTheo de Raadt
2009-05-09Pretty up the failed sets messageTheo de Raadt
2009-05-08If sshd is enabled, and a user is setup, as if sshd should turn offTheo de Raadt
sshd's PermitRootLogin
2009-05-08improve user_setup by only accepting good usernames; idea from alexanderTheo de Raadt
hall. also improve the 2nd question designed for people not paying attention; ok todd
2009-05-08use $nifs instead of hostname.* existance to determine if we should get ftplistTheo de Raadt
2009-05-08Since our order is now net, disk, TZ, we can increase the ftp timeoutTheo de Raadt
up to 12 seconds more comfortably
2009-05-07syncTheo de Raadt
2009-05-07syncTheo de Raadt
2009-05-07vax iso has to become a teeny bit biggerTheo de Raadt
2009-05-07o use 'ls -C' to speed and simplify both sets viewing and timezone selectionTodd 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-07syncTheo de Raadt
2009-05-06use /snapshots/ rather than /4.5/ when you choose a numbered mirror fromStuart Henderson
the list. ok deraadt
2009-05-06make nifs init global, so it can be relied uponTodd T. Fries
ok deraadt@
2009-05-06whoa, we were assuming that $_password was still the user password. weTheo de Raadt
got lucky.
2009-05-06Don't display 'No disks found.' after configuring the last disk.Kenneth R Westerback
"Silence is golden." deraadt@
2009-05-06Put the tzdir onto some of the media we think it will fit ontoTheo de Raadt
2009-05-06Split the collection of many questions from the appplication of theirTheo 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-06De-uglify disk configuration in the non-auto layout cases. TrustKenneth 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-05accept TZ hints from the ftplistTheo de Raadt
2009-05-05shorter default answer for the nameserver questionTheo de Raadt
2009-05-05If only one interface, and it is running dhclient, skip theTheo de Raadt
default route / domainname / nameserver questions we already know the answers to
2009-05-05count network interfaces as we configure themTheo de Raadt
2009-05-05avoid changing directories a bitTheo de Raadt
2009-05-05tabs and spaces and pedantry for the user entryTheo de Raadt
2009-05-05cope with users who cannot read the username questionTheo de Raadt
2009-05-05socks5 has been removed; use dante insteadMartynas Venckus
sure theo
2009-05-05sync with the ftp changesMartynas Venckus
2009-05-05adjust for ftp -DSMALL changes. been in test kernels tested by many.Stuart Henderson
ok martynas, deraadt
2009-05-05fix for upgrade and vlansTodd T. Fries
noticed by naddy@, tested by me, ok deraadt@
2009-05-05remove some debugTheo de Raadt
2009-05-05Add a mechanism to build a false hierarchy of the zoneinfo onTheo de Raadt
the ramdisk
2009-05-05spaces to tabsTheo de Raadt
2009-05-04Make the http fetcher capable of dealing with more complex index.txt filesTheo de Raadt
2009-05-04pass desired set path to ftplistTheo de Raadt
2009-05-04a bit of wordsmithing for the SHA256 messageTheo de Raadt
2009-05-04ok, but the jobs stderr redirect from guenther is goodTheo de Raadt
2009-05-04no, that way of looking at the jobs does not workTheo de Raadt
2009-05-04cleaner job watcher by guentherTheo de Raadt
2009-05-03delete XXX comment about upgrades; it should workTheo de Raadt
2009-05-03don't emit spurious error when no network is configured, also fix typos.Stuart Henderson
ok deraadt@
2009-05-03Oops. Untested over-optimization slipped in, breaking installs.Kenneth R Westerback