Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge all my sysinstall changes over to the 2.1 branch. | jkh | 1997-03-11 | 3 | -24/+12 |
| | | | | I just have this feeling... :) | ||||
* | YAMF22 | jkh | 1997-03-11 | 1 | -2/+1 |
| | |||||
* | Use correct email address for registration. | jkh | 1997-03-11 | 1 | -2/+2 |
| | |||||
* | Add support for ports collection distribution. | jkh | 1997-03-11 | 2 | -4/+36 |
| | |||||
* | Sync with 2.2. | jkh | 1997-03-10 | 4 | -15/+43 |
| | |||||
* | Update russian mirrors. | jkh | 1997-03-10 | 1 | -2/+2 |
| | |||||
* | Add registration help screen. | jkh | 1997-03-09 | 1 | -0/+82 |
| | |||||
* | Add a registration screen so we can finally start counting our little user | jkh | 1997-03-09 | 12 | -17/+390 |
| | | | | puppies. | ||||
* | Added comments regarding 3Com PCMCIA cards: | nate | 1997-03-08 | 1 | -5/+48 |
| | | | | | | | - Multi-function ethernet/modem cards are not supported - 3c589D is not supported - Add advice on how to setup the driver to work with 3c589 cards. - State how to select the network connector. | ||||
* | YAMF22 | jkh | 1997-03-08 | 2 | -2/+8 |
| | |||||
* | YAMF22 | jkh | 1997-03-08 | 7 | -29/+100 |
| | |||||
* | Add a missing docfile (whoops! Overlooked). | jkh | 1997-03-08 | 1 | -0/+19 |
| | |||||
* | YAMF22 | jkh | 1997-03-08 | 3 | -6/+7 |
| | |||||
* | YAMF22 | jkh | 1997-03-07 | 10 | -163/+273 |
| | |||||
* | Reincarnate one occurance of RELEASEDIR, since the build depends on | joerg | 1997-03-06 | 1 | -1/+3 |
| | | | | | | | | it inside some Makefiles. (Duh-oh, i've once included these references there myself! :) Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by my yesterday's build. | ||||
* | Add the ex(4) driver to hardware.hlp. | joerg | 1997-03-02 | 2 | -26/+9 |
| | | | | | | | | | | | Wipe out most of the obsoleted (2.2-related) changelist from the relnotes, and add those stuff that came to mind being really new in 3.0. Folks, if you add some major feature in -current, please consider recording it here. Our users love to know what they're getting by reading it in a single file. In particular, the Lite2 mergers might consider adding information here. | ||||
* | . Remove the ${RELEASEDIR} variable, it turned out to be a constant | joerg | 1997-03-02 | 2 | -44/+16 |
| | | | | | | | | | | anyway. . Add /usr/share/misc/scsi_modes to the fixit floppy, and set the appropriate env variable. . Cleanup the (commented out) tags in the entry section a little, to be more up-to-date. | ||||
* | Do a `make >> ${CHROOTDIR}/mk' for etc when bootstrapping, too. | joerg | 1997-02-23 | 1 | -1/+2 |
| | | | | | Othrwise, our chroot tree ends up with the /etc from the bootstrapping environment, as opposed to the target environment. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 68 | -68/+68 |
| | |||||
* | Change handling of bad signals; there are reasons why this is actually | jkh | 1997-02-20 | 1 | -5/+1 |
| | | | | not such a great idea. | ||||
* | fix an `off by one' accounting error. | erich | 1997-02-20 | 1 | -1/+1 |
| | | | | | This fixes the sysinstall core-dump! Submitted by: HOSOBUCHI Noriyuki <hoso@buchi.tama.or.jp> | ||||
* | ARGH!! Fix obligatory 12th hour fumble. :-( | jkh | 1997-02-19 | 1 | -1/+1 |
| | |||||
* | Argh! Last-minute typo fix (having this be broken in -current sucks). | jkh | 1997-02-18 | 1 | -1/+1 |
| | |||||
* | Add Label & Partition to configuration menu so you don't have to | jkh | 1997-02-18 | 1 | -0/+4 |
| | | | | go to one of the installs for that (now that it works multi-user). | ||||
* | Don't use /mnt in multi-user mode if we're installing a new filesystem. | jkh | 1997-02-18 | 1 | -2/+2 |
| | |||||
* | Don't initialize homedir value. When called this early, pw(8) has no | jkh | 1997-02-18 | 1 | -1/+0 |
| | | | | reasonable data for it. | ||||
* | Don't just unset FTP_PATH unilaterally, it might have been a timeout | jkh | 1997-02-18 | 1 | -5/+3 |
| | | | | in which case we should simply log in again. | ||||
* | Properly check status of menu return. | jkh | 1997-02-17 | 1 | -1/+6 |
| | |||||
* | Compensate for an underpopulated MFS. | jkh | 1997-02-17 | 1 | -0/+1 |
| | |||||
* | Finally DTRT with tcpOpenDialog(); it should have never diddled | jkh | 1997-02-17 | 4 | -34/+35 |
| | | | | mediaDevice directly. | ||||
* | Always load DIST_COMPAT21 when loading X. This used to be the default | jkh | 1997-02-17 | 1 | -3/+3 |
| | | | | | then it got taken out when the COMPAT21 distribution got dangerous. Now that it's safe (we hope), it comes back. | ||||
* | Don't nuke localtime and timezone files so aggressively now. | jkh | 1997-02-16 | 2 | -3/+3 |
| | | | | | This is tzsetup's job (and only if you don't cancel out, which is why having sysinstall remove them was so bogus). | ||||
* | 1. Always write out /etc/hosts. | jkh | 1997-02-16 | 2 | -8/+1 |
| | | | | | | 2. Back out my change to ask about UTC/Localtime here. This *really* needs to be done in tzsetup instead since putting it here only handles about 1/4 of the places where it needs to be. | ||||
* | Replace bogus strncmp() with strcmp(). | jkh | 1997-02-16 | 1 | -1/+4 |
| | |||||
* | Document setup.exe. | jkh | 1997-02-16 | 1 | -5/+13 |
| | |||||
* | Make configSysconfig() less chatty. | jkh | 1997-02-15 | 2 | -5/+7 |
| | | | | | | | Now that this is becoming (dare I even say it?) more useful for post-configuration, no longer leave sysinstall.debug files around by default. Only do this if environment variable SYSINSTALL_DEBUG is set. | ||||
* | Read /etc/resolv.conf information as well as /etc/sysconfig info, making | jkh | 1997-02-15 | 4 | -7/+40 |
| | | | | this a little more robust. | ||||
* | Correct bogus msg dialog. | jkh | 1997-02-15 | 2 | -3/+4 |
| | | | | Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package). | ||||
* | Only add interface lines if they're not there already. | jkh | 1997-02-15 | 1 | -6/+12 |
| | |||||
* | Add a safety belt to configSysconfig() that should have been in there | jkh | 1997-02-15 | 1 | -1/+3 |
| | | | | from the beginning. | ||||
* | Don't bogotify pkg_add's stderr. | jkh | 1997-02-14 | 1 | -2/+2 |
| | |||||
* | Revert some of the previous change - on second thought... | jkh | 1997-02-14 | 1 | -6/+18 |
| | |||||
* | Add better quote elimination (and fix a bug). | jkh | 1997-02-14 | 1 | -7/+8 |
| | |||||
* | o Try to be more aggressive about reading in old configuration data | jkh | 1997-02-14 | 6 | -73/+134 |
| | | | | | | | | | | | | | | | | | so that we're more useful in multi-user mode. This is still not 100%, but it pulls in a lot more than it used to. Some of the "composite" variables in /etc/sysconfig are going to take more work. o Always write /etc/resolv.conf and /etc/hosts if it makes sense to do so. o Reset media properly when reselecting. Longstanding bogon. o Pull SIGPIPE handling out of package.c; I'm actually hoping to handle this differently shortly. o Fix bug where cancel in TCP setup dialog still checked data fields. I think this closes a PR, but I will have to go look. | ||||
* | It's not an error to call configResolv() early. | jkh | 1997-02-14 | 1 | -3/+1 |
| | |||||
* | Don't unilaterally decide to skip network configuration if running multi-user; | jkh | 1997-02-11 | 1 | -3/+2 |
| | | | | ask politely. | ||||
* | -#include <ufs/ufs/ufsmount.h> | jkh | 1997-02-11 | 1 | -1/+0 |
| | | | | | This was a temporary measure I took to deal with John's 4.4L2 changes which should not have crept in. | ||||
* | Save /etc/sysconfig data at the very very end, so that it can be | jkh | 1997-02-10 | 3 | -10/+7 |
| | | | | | | used post-install time as a configuration tool as well. Update comments about a kernel recompile being necessary for PS/2 mice. | ||||
* | Don't stomp wall_cmos_clock file. | jkh | 1997-02-10 | 1 | -2/+2 |
| | |||||
* | Allow the user to choose UTC or local time. | jkh | 1997-02-10 | 1 | -4/+9 |
| |