summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
1997-05-19Add mount_msdos, trim termcapNiklas Hallqvist
1997-05-19No need to copy zoneinfo. Add mount_msdos. Limit termcapNiklas Hallqvist
1997-05-19make miniroot 4MB instead of 5Niklas Hallqvist
1997-05-19Change to crunched ramdiskPer Fogelstrom
1997-05-19Add mbr etc to listPer Fogelstrom
1997-05-19A symbol mangeling hack to make chrunch work with MIPS. This is a quick andPer Fogelstrom
dirty fix in the light of no time to make a more correct one. What really should be done here is to wrap the symbols with the object file name but that requires the symbol string table to be resized and rewritten. The fix only affect MIPS. (__mips__ protected).
1997-05-18provide link0/link1 examplesTheo de Raadt
1997-05-18Supported hardware list. Based largely on the list by cgd@netbsd.org.Todd C. Miller
1997-05-18Go to the correct miniroot and ramdisk dirsNiklas Hallqvist
1997-05-18ARC ramdisk installPer Fogelstrom
1997-05-18Correct commentNiklas Hallqvist
1997-05-18Make ramdisk filesystem smallerNiklas Hallqvist
1997-05-18Trim dmesg, cut & sortNiklas Hallqvist
1997-05-18Use a kernel set instead of copying it from the booted root-image.Niklas Hallqvist
Skip dmesg, cut & sort uses. Use kernfs and more sed instead. Native filesystems are "ados".
1997-05-18Build miniroot and ramdisk, not floppiesNiklas Hallqvist
1997-05-18Remove outdated information about FTP installs and installs from DOS floppiesThorsten Lockert
1997-05-18Only one install floppy now...Todd C. Miller
1997-05-18``foo'' -> "foo" in the stuff I wrote for consistency with the otherTodd C. Miller
parts.
1997-05-18``foo'' -> "foo" in the stuff I wrote for consistency with the otherTodd C. Miller
parts.
1997-05-18typoTodd C. Miller
1997-05-18Fix typo and mention source availability via ftp and OpenBSD newsgroups.Todd C. Miller
1997-05-18First release, no upgrade path.Todd C. Miller
1997-05-18Talk about SRM console variables people will want to know about.Todd C. Miller
1997-05-18Remove bogus ftp bits.Todd C. Miller
1997-05-17rst cut based on i386 version. This needs a lot of work. The FTPTodd C. Miller
section is just plain *wrong*. xfer CVS: ----------------------------------------------------------------------
1997-05-17Set ROOTDISK based on /mnt when restarting install. Noticed by Per.Todd C. Miller
1997-05-17no zoneinfoTheo de Raadt
1997-05-17s/using of the floppy.fs/using the floppy.fs/ Noticed by flipk.Todd C. Miller
1997-05-17Need bsd.subdir.mk for "make obj" to work.Todd C. Miller
1997-05-17Mention HTTPTodd C. Miller
1997-05-17Talk about updating console from ARC -> SRMTodd C. Miller
Should also talk about SRM console variables somewhere.
1997-05-17INSTALL.alpha, based on i386 version.Todd C. Miller
1997-05-17mention http install along with ftp.Todd C. Miller
1997-05-17This is out first alpha release.Todd C. Miller
1997-05-17First crack based on i386 and mac68k versions.Todd C. Miller
1997-05-17Fix some typos and bad grammer.Todd C. Miller
1997-05-17Make an echo line up neatly.Todd C. Miller
1997-05-16First cut at ftp and http install docs.Todd C. Miller
1997-05-16compile rdsetroot with -DBROKEN_NMAGIC -DDEBUGNiklas Hallqvist
1997-05-16put an ugly ifdef around the kludge I needed for NMAGICNiklas Hallqvist
1997-05-16Add kludge to move around what seems to be a bug in ld(1) whenNiklas Hallqvist
creating NMAGIC files. However in this case it is bad to correct ld as that will break compatibility with other tools that assume the "incorrect" output
1997-05-16unset $_ftp_passive if user says no to passive mode and fix a typo.Todd C. Miller
1997-05-16Use a single proxy variable since we need to set both ftp/http proxiesTodd C. Miller
and they are virtually guaranteed to be the same. Proxy http install now works.
1997-05-16Strip possible <cr> from index.txtTodd C. Miller
1997-05-16/kern/msgbuf has about 2048 leading nulls, which seems to confuse sed... ↵grr
also add hostname(1) alias via /kern/hostname
1997-05-16Fix instance of ftp_server_dir -> _ftp_server_dir.Todd C. Miller
1997-05-16proxy-ftp install needs to use index.txt tooTodd C. Miller
1997-05-16Only remove dest file before copy/link if it already exists.Todd C. Miller
1997-05-16don't mount a mfs /tmp if /tmp is already writable...grr
1997-05-16- Proxy setting takes a URL, not an IP.Todd C. Miller
- Use ${VERSION_MAJOR} and ${VERSION_MINOR}, not sed. - Server list file is always called ftplist. Grep out applicable servers based on URL-type.