summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2009-05-03A few long standing sh'isms -> ksh'isms.Kenneth R Westerback
2009-05-03Simplify and shrink fstab creation code by putting mount point andKenneth R Westerback
partition info into one string separated by the lexically low value '!' char and sorting those strings. This eliminates an inner loop over partition info. No user visible change.
2009-05-03Use the new ftplist backend which tries to intelligently provide you withTheo de Raadt
the ftp server you probably want to use. Some XXX's in the code still; please report issues to me. ok krw
2009-05-03Simplify things by putting extra swap partitions in the fstab asKenneth R Westerback
they are discovered rather than keeping a list and appending it to the end of the fstab. No impact unless you configure extra swap partitions. ok deraadt@
2009-05-03need sleep here, tooTheo de Raadt
2009-05-03the _oifs variables should be local; spotted by Alexander HallTheo de Raadt
2009-05-03Remove an XXX handled in the previous 5 lines of codeTheo de Raadt
2009-05-03We will need bin/sleep on all ramdisks.Theo de Raadt
2009-05-02If we are on the console we can assume the term type is either vt220 orTheo de Raadt
MDTERM, so we don't need to ask for the terminal type. If we are not on the console, don't ask for keyboard nationalization since we can't do that for serial ports.
2009-05-01Simplify the initial script text to ask less questions. Instead of askingTheo de Raadt
a stupid "are you sure" question, instead remind people (twice) that duh, since this is Unix, ^C gets you out of trouble if you change your mind about modifying your disk.
2009-05-01Only tell the user about new mail at install time (not upgrade); from Pierre ↵Theo de Raadt
Riteau
2009-05-01Clean up the keyboard type questionTheo de Raadt
2009-05-01Since we no longer give an explicit chance to tweak the fstab usedKenneth R Westerback
during upgrade and therein change any normally ro ffs filesystems to rw for the upgrade, just change any ffs filesystems to rw for the upgrade. If we can't trust the upgrade process who can we trust? Diff from RD Thrush.
2009-04-30Only do the snapshots vs release thingy for ftp or http transfers,Theo de Raadt
because the install*.iso media for instance has the files in the release directory. Oops.
2009-04-30put the sha256 command at the right path, oopsTheo de Raadt
2009-04-30since the installer now chooses the sets mostly by itself, the defaultTheo de Raadt
operation in the sets menu should be "done". ok @krw with a tear in his eye