summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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)
2002-02-18syncTheo de Raadt
2002-02-18Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).Kenneth R Westerback
Thanks to Tekram for donating a couple of cards and a NetBSD driver by Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the NetBSD driver to OpenBSD and thanks to Ashley Martens for the major cleanup to make it presentable and style(9)ish. Only tested on i386 at this time.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-16syncTheo de Raadt
2002-02-16syncTheo de Raadt
2002-02-15syncTheo de Raadt
2002-02-15backwards testTheo de Raadt
2002-02-15vax support, bit hackish, will do for now; input from hughTheo de Raadt
2002-02-14sync with other install.md scripts. also copy /boot from /usr/mdec, where itTheo de Raadt
now lives
2002-02-14syncTheo de Raadt