summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-05-17&proc0 should never be usedTheo de Raadt
1997-05-17fix vndkstailey
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-16Alias ramdisk with floppy, trim floppy /dev and add rd device case.Niklas 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-16Some buffers have NULL in b_proc when passed to vndstrategy,Niklas Hallqvist
however ffs_write needs a proc pointer in the uio structure, so fill in &proc0 to avoid a NULL deref
1997-05-16remove stuff found in sys/conf.hNiklas Hallqvist
1997-05-16split release target off from snapshot targTheo de Raadt
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.
1997-05-16Updated based on i386 version. Everything should really just useTodd C. Miller
a single version of this script.
1997-05-16Add etc/resolv.conf -> /tmp/resolv.conf.shadow link so DNS can work.Todd C. Miller
1997-05-16shrinkTheo de Raadt
1997-05-16shrinkTheo de Raadt
1997-05-16When getting a file list, make things relative to the install dir, notTodd C. Miller
absolute. Necesary for http listing via index.txt. list_has_sets() no longer takes a dir argument as file lists contain relative paths. Remove a few eval's now that we use relative paths in file lists.
1997-05-15do not need chrootTheo de Raadt
1997-05-15mention that addition code was written in GermanyTheo de Raadt
1997-05-15also create /kern & /mnt2 directories required for the installationThomas Graichen
1997-05-15small install script fixesThomas Graichen
1997-05-15Remove obsolete junkNiklas Hallqvist
1997-05-15amiga ramdisk build stuffNiklas Hallqvist
1997-05-15capability for making rd sparc floppies, as soon as sparc bootblocks do zlibTheo de Raadt
1997-05-15Allow archs to specify that newfs will fail. Remove obsoleteNiklas Hallqvist
cache flushing
1997-05-15Get ``ftplist'' from ftp.usa.openbsd.org.Todd C. Miller
1997-05-15install_ftp -> install.url (http support is untested)Todd C. Miller
Fix a problem with ftp proxy and getting a file list
1997-05-15^H my ... assTheo de Raadt
1997-05-15Bitch if md_installboot called with no args.Todd C. Miller
1997-05-15Remove paragraph about corrupted floppies; no longer appliesThorsten Lockert
1997-05-15Document installation methods; FTP and HTTP remains to be doneThorsten Lockert
1997-05-15Just plain ditch sn_printf of options. We don't do things this way anyway.gene
1997-05-15Add md_machine_arch. This should've gotten committed with the otherTodd C. Miller
changes.