Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-22 | oops. remove Cisco 340/350, it's a an(4) card. | Federico G. Schwindt | |
2002-06-22 | add pcmcia and wi support; deraadt ok. | Federico G. Schwindt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-22 | sync | Theo de Raadt | |
2002-06-21 | sync | Theo de Raadt | |
2002-06-20 | sync | Theo de Raadt | |
2002-06-20 | sync | Theo de Raadt | |
2002-06-19 | sync | Theo de Raadt | |
2002-06-18 | sync | Theo de Raadt | |
2002-06-18 | sync | Theo de Raadt | |
2002-06-17 | sync | Theo de Raadt | |
2002-06-17 | sync | Theo de Raadt | |
2002-06-15 | rename install_from_mounted_fs to install_mounted_fs here as well; krw@ ok. | Federico G. Schwindt | |
2002-06-12 | sync | Theo de Raadt | |
2002-06-12 | sync | Theo de Raadt | |
2002-06-11 | sync | Theo de Raadt | |
2002-06-11 | Rework get_localdir() so that | Kenneth R Westerback | |
1) It takes two parameters, the mount point and a default directory. 2) It has one step escape ('abort') instead of asking user if they are really sure an empty pathname is what they want. Empty entry with no default value now just re-presents the prompt. More consistant with the behaviour of other prompts. 3) Provide separate error messages for non-existant directory and a directory with no sets. Rework install_mounted_fs() (renamed from install_from_mounted_fs to be consistant with install_disk, etc.) so that 1) It takes two parameters, the mount point and the default directory. 2) It calls get_localdir(), passing the parameters along. Rework install_disk(), install_cdrom() and install_nfs() to eliminate local queries for local dir and rely on get_local() via install_mounted_fs() instead. Make mount_a_disk() return 0 on success to make testing its return value more obvious. Use this in install_disk() to make logic clearer and eliminate the need for a return. | |||
2002-06-11 | Delete an extraneous 'mkdir /mnt2' in install_nfs(). | Kenneth R Westerback | |
Mount NFS servers with -o ro the same as all other install sets sources. Check for /sbin/mount_nfs in install_nfs() rather before the call in install_sets(). Makes install_sets() more consistant in both code and reactions to failed attempts to find sets. | |||
2002-06-10 | Be more paranoid about option fiddling in munge_fs, in case someone | Kenneth R Westerback | |
ever adds an option with a name too similar to the name of the one being manipulated. Only softdep at the moment but some more option fiddling coming. | |||
2002-06-10 | Eliminate unused _installed_via_${_url_type} variables. | Kenneth R Westerback | |
Don't bother returning a value of 1 from installed_get_files_list() now, since it was only used to set the eliminated variables. | |||
2002-06-10 | Move '[ "$_didnet" ] || donetconfig' lines into install_url and | Kenneth R Westerback | |
install_nfs rather than before function calls. Eliminates duplicate calls before install_url and now network will not be configured if install_nfs is not a valid choice. | |||
2002-06-10 | Pass 'ftp' or 'http' to install_url, rather than '-ftp' or '-http' and | Kenneth R Westerback | |
just assign $1 to _url_type rather than translating -ftp to ftp and -http to http in a case statement. Smaller. Simpler. Clearer. | |||
2002-06-10 | sync | Theo de Raadt | |
2002-06-09 | sync | Theo de Raadt | |
2002-06-09 | knf | Todd T. Fries | |
2002-06-09 | sync | Theo de Raadt | |
2002-06-08 | sync | Theo de Raadt | |
2002-06-08 | Add FQDN to contents of /etc/myname during install. | Kenneth R Westerback | |
Also remove a few extraneous braces. Requested by and OK'd by two different Todds. | |||
2002-06-08 | sync | Theo de Raadt | |
2002-06-08 | Note support for RealTek-based CardBus cards. | Aaron Campbell | |
2002-06-07 | sync | Theo de Raadt | |
2002-06-07 | sync | Theo de Raadt | |
2002-06-07 | Simplify gdt entry | Niklas Hallqvist | |
2002-06-06 | sync | Theo de Raadt | |
2002-06-03 | sync | Theo de Raadt | |
2002-06-03 | sync | Theo de Raadt | |
2002-06-03 | sync | Theo de Raadt | |
2002-06-01 | sync | Theo de Raadt | |
2002-06-01 | sync | Theo de Raadt | |
2002-05-31 | sync | Theo de Raadt | |
2002-05-29 | sync | Theo de Raadt | |
2002-05-29 | Elite3D should be supported as well. | Federico G. Schwindt | |
2002-05-27 | catch up to the new build methods | Theo de Raadt | |
2002-05-26 | sync | Theo de Raadt | |
2002-05-25 | sync | Theo de Raadt | |
2002-05-24 | add LIBS option the crunchgen config, allows adding custom libraries | Markus Friedl | |
in list.local (e.g. for adding ssh to the ramdisk); ok deraadt@ | |||
2002-05-24 | sync | Theo de Raadt | |
2002-05-23 | sync | Theo de Raadt | |
2002-05-23 | sync | Theo de Raadt | |