summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2002-03-30Make customizing floppy contents easier by accepting aKenneth R Westerback
user supplied value for LISTFLOPPY. Suggestion by peter.galbavy@knowtion.net. ok deraadt@.
2002-03-30shrink 599 more bytes: cleanups to "case" and such; ok krwTheo de Raadt
2002-03-30shrink 4 more bytesTheo de Raadt
2002-03-30remove extra spacesTheo de Raadt
2002-03-30Squeeze a few bytes out of the installation scripts by usingKenneth R Westerback
standard __EOT as here document delimiter. Remove unnecessary escaping of __EOT. Could be/Should be extended to .md scripts and other non-miniroot architectures. Concept approved a *long* time ago by deraadt@ and millert@ but never got out of my tree.
2002-03-29. is NOT in the setsTheo de Raadt
2002-03-28syncTheo de Raadt
2002-03-28One chunk of the ``you can't upgrade this'' sparc64 song which was forgottenMiod Vallat
the other day.
2002-03-28Remove lies from the description of the misc set.Miod Vallat
2002-03-27aperture supportTheo de Raadt
2002-03-26syncTheo de Raadt
2002-03-26Cleanup (and shrink) ftp_list_files() in install.sub by removingKenneth R Westerback
some unneeded intermediate local variables and just using the parameters. Make upgrade fsck output for root partition consistant with later fsck output for other partitions. ok deraadt@
2002-03-23Hide upgrade stuff from the installation notes until sparc64 systems canMiod Vallat
be upgraded to 3.2.
2002-03-23Disable the ability to (U)pgrade a sparc64 installation.Kenneth R Westerback
Requested by deraadt@ for the 3.1 release. ok deraadt@
2002-03-23syncTheo de Raadt
2002-03-23syncTheo de Raadt
2002-03-22move to 3.1-betaTheo de Raadt
2002-03-22Clean up getresp() byKenneth R Westerback
1) Deleting code for '-s' option, which was never used. 2) Deleting code for >1 parameters after optional '-n'. Also never used. @ok millert
2002-03-21Update.Miod Vallat
2002-03-19Save more dhclient configuration info during installation.Kenneth R Westerback
In particular a) save dhclient.leases so the lease obtained during installation is retained. b) create /etc/resolv.conf.tail with 'lookup file bind' so that the resolv.conf files created by dhclient have the same settings as the default resolv.conf we install. i.e. use the /etc/hosts file before trying bind. ok millert@
2002-03-19Match RRD40 as a cdrom on MSCP. May be useful to simh users, even ifHugh Graham
nobody has the actual hardware.
2002-03-18- fix a few typos or omissionsMiod Vallat
- warn the user that only high-numbered scsi drives are bootable
2002-03-18Update.Miod Vallat
2002-03-17Update.Miod Vallat
2002-03-17Examine correct fields in mount(8) output to determine if rootKenneth R Westerback
is nfs mounted, i.e. install is running on a diskless machine. ok millert@
2002-03-14sync changesHugh Graham
2002-03-14Add asioJason Wright
2002-03-10Update.Miod Vallat
2002-03-10Add ra[0-9] hd[0-9] and rl[0-9] to drives matched by md_get_diskdevs.Hugh Graham
2002-03-10Use the base boot.Hugh Graham
2002-03-06syncTheo de Raadt
2002-03-04Same warning as on alpha.html about unstable machines.Miod Vallat
2002-03-04Update Copyright(c)'s to 2002Kenneth R Westerback
2002-03-04Change the default install sets to include everything but the X sets.Kenneth R Westerback
This should cut down on the inquires on @misc/@tech about missing compilers, etc. In the days of 180GB disks we should not run out of space too often. Clean up some logic, removing references to -reuse and -minpat arguments in install_url(), as install_url() is only called with -http or -ftp. Simplify selector setup by noting that $_sets is carefully initialized to hold only file names ending in .tgz or .tar.gz. @ok millert
2002-03-03Cleanup/Improve trap handling.Kenneth R Westerback
a) Add /var/run to the filesystem created when the installation media boots. This allows the creation and use of the dhclient.pid file. Synchronize all mtree.conf files in architectures using miniroot. b) Rework the traps used in upgrade.sh and install.sh so that HUP, INT, QUIT, TERM and EXIT all invoke a cleanup function that kills an active dhclient, unmounts all filesystems and fsck's -p all devices in /etc/fstab, or just /mnt if /etc/fstab is not present. c) Make sure the actions of the cleanup function are visible, thus eliminating the long delay with no feedback at the end of the upgrade/install script, after the congratulatory message. d) Reduce manual parsing of fstab files by using umount -a to unmount all mounted filesystems. e) Since the new cleanup function tries to unmount all filesystems, use the presence of /etc/fstab, rather than a difference between `df /` and `df /mnt`, to determine if an install is being restarted in a state where disk initialization can be skipped. f) Change munge_fs, check_fs, mount_fs, remount_fs so that they all 'know' about /etc/fstab rather than passing the same parameter in all the time. g) Use input redirection on munge_fs to read correct file, rather than passing a file name as a parameter. h) Indent code for various smaller functions. i) Eliminate some subshell usage to simplify code further. j) Display pretty messages during fsck -p to clearly indicate success or failure of fsck, rather than just dumping fsck output. k) Always run mount_fs in install.sh, even if disk initialization is being skipped, because the trap should have unmounted all filesystems when the last run terminated. ok weingart@ millert@
2002-03-01mac68k syncMiod Vallat
2002-03-01#!/bin/sh not cshMiod Vallat
2002-02-24Copy boot to correct root.Hugh Graham
2002-02-24Add boot to ramdisk since it's no longer in base of base.Hugh Graham
2002-02-24syncTheo de Raadt
2002-02-23syncTheo de Raadt
2002-02-23be aware that macppc has aperture tooTheo de Raadt
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
sets additions
2002-02-20syncTheo de Raadt
2002-02-20syncTheo de Raadt
2002-02-19fetch correct dot.profileTheo de Raadt
2002-02-19syncTheo de Raadt
2002-02-19syncTheo de Raadt
2002-02-18PS2 mice workJason Wright
2002-02-18Add PS2 keyboardsJason Wright
add mice (zilog, 16550, usb)