summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-05-14minor fixesThomas Graichen
1997-05-14for consistency: change kernel config file name from GENERIC_xxx toThomas Graichen
GENERIC.xxx too and adapt etc.pmax/Makefile.inc to reflect the new compile dir names
1997-05-14Don't need bpf or vnd -- shave a few bytes.Todd C. Miller
1997-05-14Whoops back out some changes from my local tree.gene
1997-05-14if generic miniroot, kill swap entryTheo de Raadt
1997-05-14add rd supportTheo de Raadt
1997-05-14add rd supportTheo de Raadt
1997-05-14created ramdisk and rdTheo de Raadt
1997-05-13bootblocks in snap/release tooTheo de Raadt
1997-05-132.0 -> 2.1gvf
1997-05-132.0 -> 2.1gvf
1997-05-13minimizeTheo de Raadt
1997-05-13Explicately mention what editor is being used.Todd C. Miller
1997-05-13trim off some unneeded binariesNiklas Hallqvist
1997-05-13Add miniroot-install targetNiklas Hallqvist
1997-05-13Add rdroot entryNiklas Hallqvist
1997-05-13Remove printf dep. use hex() insteadNiklas Hallqvist
1997-05-13slight code reorgNiklas Hallqvist
1997-05-13slight KNFNiklas Hallqvist
1997-05-132.1 + KNF + some trimming to fitNiklas Hallqvist
1997-05-13Fix IPFILTER & ramdisk configuration infoNiklas Hallqvist
1997-05-13Add ramdisk config stuffNiklas Hallqvist
1997-05-13Reflect amiga reality + fix typoNiklas Hallqvist
1997-05-13editor path fix taken from sparcNiklas Hallqvist
1997-05-13fix the 'path' where we look for editorsgrr
1997-05-13use elf2ecoff instead of cp for bsd.nfsThomas Graichen
1997-05-13the kernels are named bsd.xxx instead of bsd_xxx nowThomas Graichen
1997-05-13also build the other two kernels: bsd.nfs and bsd.rz0Thomas Graichen
1997-05-13minor pmax install script fixesThomas Graichen
1997-05-13some minor fixes to the pmax install scriptsThomas Graichen
1997-05-13also note that the netboot kernel is in ecoff formatThomas Graichen
1997-05-13add a note about what the 3 kernels in the distribution are good forThomas Graichen
1997-05-13now 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-13fix typo (*.gz/ files -> *.gz files)Thomas Graichen
1997-05-13Add ramdisk devices + some cleanupNiklas Hallqvist
1997-05-132.1 + typoNiklas Hallqvist
1997-05-13Protect against an possibly empty shell variableNiklas Hallqvist
1997-05-13ftp.cs.tu-berlin.de is no longer a complete mirror for OpenBSD - it'sThomas Graichen
the main ctm machine now only (ctm.OpenBSD.org) ... so delete it here
1997-05-13add empty files for now - so that make release works - but someone hasThomas 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-13fakecdrom targetTheo de Raadt
1997-05-13check for iso9660 disklabel FIRST. This will be an experiment of sortsTheo de Raadt
1997-05-13support cd9660 filesystem, tooTheo de Raadt
1997-05-13fake -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-13copy bootblocks too, tell you why laterTheo de Raadt
1997-05-13Only run MAKEDEV.local if it exists. Avoids an error messageTodd C. Miller
during installs where there is no MAKEDEV.local.
1997-05-13Need to add ${VERSION} when checking for the existence of sets.Todd C. Miller
We use "route show" not "netstat -r"
1997-05-12for miniroot, translate swap to ffsTheo de Raadt
1997-05-12Don't link with -lcrypt unless needed [stopgap measure for now]Thorsten Lockert
1997-05-12copy *boot* from snapshot too, if they existTheo de Raadt
1997-05-12Some hardware specificsgvf