summaryrefslogtreecommitdiff
path: root/distrib/alpha
AgeCommit message (Expand)Author
2011-08-02stop using the word 'firmwares'Theo de Raadt
2011-07-08Allow the elf rdsetroot operation to function on 32 bit and 64 bit binaries.Dale Rahn
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
2011-04-17First crack at enabling the installation of a DUID version ofKenneth R Westerback
2011-04-15No need to make depend kernels; ok guentherTheo de Raadt
2010-10-18no more misc setTheo de Raadt
2010-10-18Place a smaller spwd.db onto the install media. Be consistant with the namingTheo de Raadt
2010-08-26Since Aug 2008, the kernel can successfully read the 1 block (512Kenneth R Westerback
2010-07-02disktab.shadow is not used anymoreTheo de Raadt
2010-03-31put date(1) onto the media, it fitsTheo de Raadt
2010-01-01add arch(1) to the ramdisk, it is tiny and we will soon need itTheo de Raadt
2009-06-12the TZ list cannot fit onto the floppiesTheo de Raadt
2009-06-04Nuke now superfluous ARCH=ARCH lines in install.md and the sed processing ofKenneth R Westerback
2009-06-02Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.Kenneth R Westerback
2009-05-31Make bootblock installation as silent as possible by default. WhileTheo de Raadt
2009-05-11Remind people that mountpoints must now be entered using the disklabelTheo de Raadt
2009-05-06Put the tzdir onto some of the media we think it will fit ontoTheo de Raadt
2009-05-03We will need bin/sleep on all ramdisks.Theo de Raadt
2009-04-19Use sysctl -n hw.disknames instead of the custom disknames programTheo de Raadt
2009-04-17bpf0 can be created by MAKEDEV; ok krwTheo de Raadt
2009-04-17er, wrong pathTheo de Raadt
2009-04-17For SHA256 hashes to be ready to go onto the install media, we mustTheo de Raadt
2009-04-17Put bin/sha256 and build a hash directory onto the media that can fitTheo de Raadt
2009-04-12run make depend for kernel, too; ok miodTheo de Raadt
2009-04-12Tweak pattern used to select partition lines for display so theKenneth R Westerback
2009-04-12No longer need '-f' or '-p' when displaying layout. A few patternsKenneth R Westerback
2009-04-10Where appropriate display the auto-allocation layout of the rootKenneth R Westerback
2009-02-19Don't create links to non-existant disktab files on the installKenneth R Westerback
2009-02-15Build install media with disktab.shadow already in /tmp, ratherKenneth R Westerback
2008-12-02commit with rdsetroot now accepting the filesystem as a 2nd argTheo de Raadt
2008-08-25use ?= for adjusting RELXDIR for all setsTheo de Raadt
2008-06-26add bio & bioctlTodd T. Fries
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-03-22No point in checking disklabel output for 'disk label corrupted' messageKenneth R Westerback
2008-03-05syncronize the guts to the other ISO file, to know that it is correctTheo de Raadt
2008-03-05Ensure that there is a /bsd on the CD, and that it is bsd.rd, so thatTheo de Raadt
2008-03-04Redo serial console configuration logic. Smaller, easier toKenneth R Westerback
2008-01-11cleanup: make -> ${MAKE} consistenly.Marc Espie
2007-10-18enter iso dir for clean/cleandir, too, to delete dribblesTheo de Raadt
2007-08-14make obj dirs in iso; talked with miod about itTheo de Raadt
2007-08-10add missing xserv, and use ${MACHINE} throughout (still needs testing)Theo de Raadt
2007-08-10use more variables, because variables are goodTheo de Raadt
2007-08-10a somewhat crude way to generate installXX.iso files based onTheo de Raadt
2007-07-11do not put mt/eject onto small media; ok krwTheo de Raadt
2007-06-17Stop using disklabel -r. The disklabel code does not know all the semanticsTheo de Raadt
2007-04-16Without the -c 80, further adjustment is needed to build ramdisks, ok deraadtDale Rahn
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
2007-04-09Add -n to gzip flags. Save a few bytes since we no longer saveTodd C. Miller
2007-03-20Don't use newfs -d 0, it has been the default for over a decade now.Pedro Martelletto
2007-02-16s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip'sMarc Aurele La France