summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2009-04-25edit_tmp_file() no longer used, so nuke it.Kenneth R Westerback
2009-04-25Cleanup. Some ksh'ing, shrinkage, verbiage tweaks and consistency.Kenneth R Westerback
2009-04-25During upgrades don't bother displaying the fstab to be 'munged'Kenneth R Westerback
and a long explanation of what is about to happen. Unlikely this was read by or helped many. Fewer distractions make better users.
2009-04-25syncTheo de Raadt
2009-04-25Always configure the network (if any) during upgrades. Another questionKenneth R Westerback
bites the dust. ok deraadt@
2009-04-25Ask for IPv4 default route immediately after interfaces configured, notKenneth R Westerback
after all DNS questions. Requested by deraadt@.
2009-04-25Have to remember sets we installedTheo de Raadt
2009-04-25If any of the X sets is missing, there is no point in asking the X questionsTheo de Raadt
2009-04-25ask people to read their mail upon their first loginTheo de Raadt
2009-04-25For years now, the DNS server question has accepted a list of IP addressesTheo de Raadt
(because I asked for it :) so pluralize the question, and insert a little missing word which everyone will understand.
2009-04-25Today, few people halt a machine and then reset it. No, they reallyTheo de Raadt
want to use reboot, so be more clear and simple about it.
2009-04-25We are able to handle the timezone question a few steps earlier, alongTheo de Raadt
with the other questions.
2009-04-25If the right conditions exist, ask if xdm should be started automatically.Theo de Raadt
Yes, there are machines where you X needs configuration, but let us be realistic about it: THAT IS AN X BUG. And there are machines where getty and xdm fight: THAT IS A CONSOLE DRIVER BUG. And this commit is going to force those bugs to eventually matter enough so that they get fixed. Just watch.
2009-04-25one added word makes this a bit clearer for semi-newbies (actually, theTheo de Raadt
install script is changing so much, by 4.6 many people are going to be newbies..)
2009-04-25syncTheo de Raadt
2009-04-24syncTheo de Raadt
2009-04-24make kbd table also use ? for listing; ok krwTheo de Raadt
2009-04-24Remove magic 'bsd.mp -> bsd' linking for the moment as it confusesKenneth R Westerback
subsequent upgrades.
2009-04-24Don't display network interface and route info during upgrades. IfKenneth R Westerback
you need it go look for it. ok deraadt@
2009-04-24Move bsd.mp juggling into relevant MD files. Make bsd.mp a defaultKenneth R Westerback
selection on multi-processor machines. Make bsd.mp a sanity check item on multi-processor machines. ok deraadt@
2009-04-24use correct parenthesis; Alexander HallStuart Henderson
2009-04-23configure the network unconditionally. You have an opportunity to bailTheo de Raadt
out of this by saying "done" when you get to the first interface. Then it will handle the domain / DNS question, but since no interface is setup it cleverly already skips the default route question. Another useless question bites the dust. ok krw
2009-04-23The active mode ftp stuff is archaic, so delete it. People who stillTheo de Raadt
have that problem can use the plethora of www servers we have instead of ftp. Or as sthen pointed out, this is almost assuredly not biting anyone today since we have received no complaits of the ftplist fetching failing (that did not use the -A flag)
2009-04-23simplify mount -v sed; from guentherTheo de Raadt
2009-04-23Cut the ctime= message strings out of the mount -v output to make thisTheo de Raadt
a lot prettier. We still leave this output in -v mode because we want people to see how smart the install script is about making the different partitions have different nosetuid, nodev modes assistance with the right ksh code from drahn, beck, and espie
2009-04-23Give the user a copy of root's (install time) mailTheo de Raadt
2009-04-23Near the end of the installation, prompt for the setup of an initialTheo de Raadt
user, who will also be placed in wheel. The setup of that user is expected to be mostly compatible with what useradd(8) would have done. krw will probably improve the ksh code in here after this :)
2009-04-23syncTheo de Raadt
2009-04-21syncTheo de Raadt
2009-04-20syncTheo de Raadt
2009-04-20- add missing header for strcmp() .Jasper Lievisse Adriaanse
- add hw.model which could help future sgi install scripts with deciding which kernel to pick "commit" deraadt@
2009-04-20syncTheo de Raadt
2009-04-19When configuring the network assume the user means to assignKenneth R Westerback
$(hostname -s) as the symbolic name of the first interface that is configured. Subsequent interfaces still get the question. Don't emit 'No more interfaces to initialize.'. Just move on to the rest of the network configuration. Use the word 'configure' rather than 'initialize'. Suggested by & ok deraadt@
2009-04-19If hw.ncpufound > 1, have the install script automatically prefer to useTheo de Raadt
bsd.mp instead of bsd (using -- mv bsd bsd.sp; mv bsd.mp bsd). anyone who brings up boot.conf is an i386 bigot. tested on almost all platforms that can do this, ok various people
2009-04-19optimize for size (3k). "makes sense" millert@Martynas Venckus
2009-04-19sort listTheo de Raadt
2009-04-19Use sysctl -n hw.disknames instead of the custom disknames programTheo de Raadt
2009-04-19A mini sysctl(8) that only knows a few variables we need to know inTheo de Raadt
the install script. For now, just hw.disknames
2009-04-19Be consistant and make 'none' the last selection option presented.Kenneth R Westerback
2009-04-18remove some obvious text; ok krwTheo de Raadt
2009-04-18Get rid of the final "Are you ready to install sets?" question by addingTheo de Raadt
an 'abort' option to the previous question. Another question goes *poof* ok krw
2009-04-1818 characters per column is better, since xshareXX.tgz is a long name.Theo de Raadt
(This gets noticed on non-SMP architectures, since they do not have the bsd.mp which pushes xshareXX.tgz to the 3rd column)
2009-04-18Don't bother trying to handle network interface media modificationsKenneth R Westerback
in the script. If that level of tweaking is needed, it is safer to not pretend to handle it in the scripts and leave it to the expert installer to do manually. Very very rarely used in any case. Suggested by and 'just commit' deraadt@
2009-04-18If people want to edit their hosts file, they can do it in the next stepTheo de Raadt
ok krw
2009-04-18Always enable DNS in the installer, without asking, since everyone justTheo de Raadt
hits return for the question and accepts it. Welcome to the Internet, everyone has it today. ok krw
2009-04-17cannot create a hash for bsd.rd, obviously. well, some media could sinceTheo de Raadt
they have their own bsd.rd, but not not bsd.rd or installXX.iso, so punt on this.
2009-04-17silence delete of hash output fileTheo de Raadt
2009-04-17further minor unificationTheo de Raadt
2009-04-17bpf0 can be created by MAKEDEV; ok krwTheo de Raadt
2009-04-17further steps towards unificationTheo de Raadt