summaryrefslogtreecommitdiff
path: root/distrib/ramdisk/Makefile
AgeCommit message (Collapse)Author
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2011-07-10better dependencies for rdsetrootTheo de Raadt
2011-07-09conditionally include extra source files on elf archs.Dale Rahn
'will work for now' deraadt@
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@
2010-10-18Place a smaller spwd.db onto the install media. Be consistant with the namingTheo de Raadt
of the "additional" list files (for architectures which split the list) Then... cleanup some TZ which it is clear should not have been placed onto certain media which don't have the space for them.
2009-04-17further minor unificationTheo de Raadt
2009-04-17For SHA256 hashes to be ready to go onto the install media, we mustTheo de Raadt
build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment)
2009-04-12run make depend for kernel, too; ok miodTheo de Raadt
2008-12-02commit with rdsetroot now accepting the filesystem as a 2nd argTheo de Raadt
2008-01-11cleanup: make -> ${MAKE} consistenly.Marc Espie
zap extra subshells. okay miod@
2007-06-17Stop using disklabel -r. The disklabel code does not know all the semanticsTheo de Raadt
for pushing disklabels onto the disk (and besides that, it is buggy and unreadable crap); thanks for help from krw
2007-06-08increase the % of space given to inodesTheo de Raadt
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option.
2007-02-16s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip'sMarc Aurele La France
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@
2006-12-25remove some junkTheo de Raadt
2004-02-28makeing->makingJolan Luff
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2002-08-05If ELF_TOOLCHAIN, pass -E to crunchgen and build elfrdsetroot insteadArtur Grabowski
of rdsetroot.
2002-05-19fix a copied typoTheo de Raadt
2002-04-30first pass of instbin removal movementTheo de Raadt
2002-04-28use single shared mtree.confTheo de Raadt
2002-02-15backwards testTheo de Raadt
2002-02-15vax support, bit hackish, will do for now; input from hughTheo de Raadt
2001-10-09permit modification of $RDSETROOTTheo de Raadt
2001-10-08permit changing of rdsetrootTheo de Raadt
2001-09-04MB == megabytes, Mb == megabitsTheo de Raadt
1999-05-26compile i386 ramdisk with -Os (conserve size)Marc Espie
1998-06-27s/23/${OSrev}/Todd T. Fries
1998-03-08moving to 2.3Theo de Raadt
1998-02-22whack c partitionTheo de Raadt
1997-10-09Rebuild .depend as old .depend might break your looong release buildNiklas Hallqvist
1997-10-0121 -> 22Theo de Raadt
1997-09-26Don't specify disktype to newfs when we already have a label.Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-09-05make depend (in this case) is a total waste of timeTheo de Raadt
1997-05-30minor tweaks to not bother making the ramdisk.fs image bootable, since there'sgrr
no /bsd there to boot and fix a little problem with ${BOOT} != .../boot
1997-05-24always allow unconfigTheo de Raadt
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-14working bsd.rd; without vi for nowTheo de Raadt
1997-05-14shareable ramdisk creation; in part by grrTheo de Raadt