Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-13 | Fix IPFILTER & ramdisk configuration info | Niklas Hallqvist | |
1997-05-13 | Add ramdisk config stuff | Niklas Hallqvist | |
1997-05-13 | Reflect amiga reality + fix typo | Niklas Hallqvist | |
1997-05-13 | editor path fix taken from sparc | Niklas Hallqvist | |
1997-05-13 | fix the 'path' where we look for editors | grr | |
1997-05-13 | use elf2ecoff instead of cp for bsd.nfs | Thomas Graichen | |
1997-05-13 | the kernels are named bsd.xxx instead of bsd_xxx now | Thomas Graichen | |
1997-05-13 | also build the other two kernels: bsd.nfs and bsd.rz0 | Thomas Graichen | |
1997-05-13 | minor pmax install script fixes | Thomas Graichen | |
1997-05-13 | some minor fixes to the pmax install scripts | Thomas Graichen | |
1997-05-13 | also note that the netboot kernel is in ecoff format | Thomas Graichen | |
1997-05-13 | add a note about what the 3 kernels in the distribution are good for | Thomas Graichen | |
1997-05-13 | now the notes for the pmax are nearly perfect :-) | Thomas Graichen | |
added a lot of stuff about install via network, reworked everything to match reality for the pmax - should be usable now | |||
1997-05-13 | fix typo (*.gz/ files -> *.gz files) | Thomas Graichen | |
1997-05-13 | Add ramdisk devices + some cleanup | Niklas Hallqvist | |
1997-05-13 | 2.1 + typo | Niklas Hallqvist | |
1997-05-13 | Protect against an possibly empty shell variable | Niklas Hallqvist | |
1997-05-13 | ftp.cs.tu-berlin.de is no longer a complete mirror for OpenBSD - it's | Thomas Graichen | |
the main ctm machine now only (ctm.OpenBSD.org) ... so delete it here | |||
1997-05-13 | add empty files for now - so that make release works - but someone has | Thomas Graichen | |
to write something down here (this is also true for powerpc btw.) ... no i have to do enough to get the pmax notes and install scripts into shape :-) | |||
1997-05-13 | fakecdrom target | Theo de Raadt | |
1997-05-13 | check for iso9660 disklabel FIRST. This will be an experiment of sorts | Theo de Raadt | |
1997-05-13 | support cd9660 filesystem, too | Theo de Raadt | |
1997-05-13 | fake -s and -e options to indicate start of the /boot in cd9660 land. | Theo de Raadt | |
Later on this should be replaced by proper cd9660 groking code. | |||
1997-05-13 | copy bootblocks too, tell you why later | Theo de Raadt | |
1997-05-13 | Only run MAKEDEV.local if it exists. Avoids an error message | Todd C. Miller | |
during installs where there is no MAKEDEV.local. | |||
1997-05-13 | Need to add ${VERSION} when checking for the existence of sets. | Todd C. Miller | |
We use "route show" not "netstat -r" | |||
1997-05-12 | for miniroot, translate swap to ffs | Theo de Raadt | |
1997-05-12 | Don't link with -lcrypt unless needed [stopgap measure for now] | Thorsten Lockert | |
1997-05-12 | copy *boot* from snapshot too, if they exist | Theo de Raadt | |
1997-05-12 | Some hardware specifics | gvf | |
1997-05-12 | Delete really, really legacy install instructions. (alice@cray-ymp...vt.edu | gene | |
geesh). This is a first crack, but this makes doc at least passible. | |||
1997-05-12 | Add a word left out. | gene | |
1997-05-12 | 50MB is not a realistic minimum partition size. Also, mention partition | gene | |
conversion feature of MKfs. | |||
1997-05-12 | Update for 2.1. There now is an upgrade path for OpenBSD/mac68k. Doc it. | gene | |
1997-05-12 | foom | Theo de Raadt | |
1997-05-12 | According to Dave Huang (khym@bga.com), the powerbook 150 works better if we | gene | |
use Duo-class ROM vectors. Brings support for this machine much closer. | |||
1997-05-12 | Bring in sync with reallity. Based largely on Colin Wood's list of working | gene | |
machines and my own ferreting. Might need a little more work. | |||
1997-05-12 | gene asked | Theo de Raadt | |
1997-05-12 | From NetBSD: -msoft-float should not turn off -m68060, as that | Niklas Hallqvist | |
might force instructions not executable on an '060. This makes our gcc competent of creating amiga kernels that runs on 68060 | |||
1997-05-12 | argh | Theo de Raadt | |
1997-05-12 | 2.1 | Niklas Hallqvist | |
1997-05-12 | run ldconfig on the created simpleroot where required | Thomas Graichen | |
1997-05-12 | add install scripts for the pmax | Thomas Graichen | |
1997-05-12 | add /var | Thomas Graichen | |
1997-05-12 | fix preprocessing problem with make ins distrib/notes | Thomas Graichen | |
1997-05-12 | bring GENERIC up to date and add two new kernels: | Thomas Graichen | |
* GENERIC_NFS - for netbooting with root & swap via nfs * GENERIC_rz0 - root & swap hardcoded to rz0 - required for zip drives - don't ask me why (kernels explicitely configured to the scsi id of the zip drive crash ...) | |||
1997-05-12 | new man pages added late | Theo de Raadt | |
1997-05-12 | sync | Theo de Raadt | |
1997-05-12 | empty files, need to be fleshed out | Theo de Raadt | |
1997-05-12 | do not build a filesystem containing a bsd containing a ramdisk. | Theo de Raadt | |
instead, build simply a bsd containing a ramdisk. people can netboot this :-) |