Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-06 | Put the tzdir onto some of the media we think it will fit onto | Theo de Raadt | |
2009-05-03 | We will need bin/sleep on all ramdisks. | Theo de Raadt | |
2009-04-19 | Use sysctl -n hw.disknames instead of the custom disknames program | Theo de Raadt | |
2009-04-17 | further minor unification | Theo de Raadt | |
2009-04-17 | For SHA256 hashes to be ready to go onto the install media, we must | Theo 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-17 | Put bin/sha256 and build a hash directory onto the media that can fit | Theo de Raadt | |
them | |||
2009-04-12 | run make depend for kernel, too; ok miod | Theo de Raadt | |
2008-12-02 | commit with rdsetroot now accepting the filesystem as a 2nd arg | Theo de Raadt | |
2008-01-11 | cleanup: make -> ${MAKE} consistenly. | Marc Espie | |
zap extra subshells. okay miod@ | |||
2007-06-17 | Stop using disklabel -r. The disklabel code does not know all the semantics | Theo de Raadt | |
for pushing disklabels onto the disk (and besides that, it is buggy and unreadable crap); thanks for help from krw | |||
2007-06-08 | increase the % of space given to inodes | Theo de Raadt | |
2007-04-13 | Update 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-16 | s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip's | Marc Aurele La France | |
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@ | |||
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt | |
2006-12-25 | remove some junk | Theo de Raadt | |
2006-03-06 | eject -> mt (except on alpha where size tests are needed) | Theo de Raadt | |
2005-01-12 | remove some differences | Theo de Raadt | |
2005-01-11 | put a seperate and real fsck on the media | Theo de Raadt | |
2004-12-29 | nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by me | Theo de Raadt | |
2004-10-02 | Last use of sleep(1) in install scripts was eliminated by recent | Kenneth R Westerback | |
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@ | |||
2004-02-28 | makeing->making | Jolan Luff | |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt | |
which begin to enable use of this will follow at a later time. | |||
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-06-11 | The upgrade script depends upon that, if mount_foo is present on the ramdisk | Miod Vallat | |
filesystem, option FOO is in the kernel. Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades on some architectures. ok krw@ millert@ | |||
2003-01-03 | Save a few more bytes on install media by stripping comments from | Kenneth R Westerback | |
dhclient-script and disktab files in architectures where this wasn't already being done. OK deraadt@. | |||
2002-08-05 | If ELF_TOOLCHAIN, pass -E to crunchgen and build elfrdsetroot instead | Artur Grabowski | |
of rdsetroot. | |||
2002-05-19 | fix a copied typo | Theo de Raadt | |
2002-04-30 | first pass of instbin removal movement | Theo de Raadt | |
2002-04-30 | use SCRIPT command | Theo de Raadt | |
2002-04-28 | use single shared mtree.conf | Theo de Raadt | |
2002-04-22 | use one common dot.profile for all | Theo de Raadt | |
2002-04-21 | remove some crud | Theo de Raadt | |
2002-04-05 | use hardlinks to instbin, so that instbin can be deleted atthe end | Theo de Raadt | |
2002-04-04 | de-comment install.* and upgrade | Theo de Raadt | |
2002-02-15 | backwards test | Theo de Raadt | |
2002-02-15 | vax support, bit hackish, will do for now; input from hugh | Theo de Raadt | |
2001-12-17 | Use actual files for short versions of /etc/protocols and | Kenneth R Westerback | |
/etc/services used during installations. This way it is not necessary to run the install script before using commands requiring these files. Requested by deraadt@. | |||
2001-12-13 | Remove /etc/protocols and /etc/services from install media | Kenneth R Westerback | |
that use the miniroot install scripts. During an install, donetconfig() in miniroot/install.sub now creates a minimal /etc/protocols and /etc/services. During an upgrade, enable_network() now copies the existing protocols and services files into /etc. Saves approximately 13K on floppy/cd images. | |||
2001-10-09 | permit modification of $RDSETROOT | Theo de Raadt | |
2001-10-08 | permit changing of rdsetroot | Theo de Raadt | |
2001-10-02 | more gnu/usr.bin before usr.bin | Theo de Raadt | |
2001-09-17 | zap kernfs | Theo de Raadt | |
2001-09-04 | MB == megabytes, Mb == megabits | Theo de Raadt | |
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo de Raadt | |
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week | |||
2000-06-12 | fix ch* links | Theo de Raadt | |
2000-06-09 | chown/chgrp changes | Michael Shalayeff | |
2000-04-25 | kill, test and pwd are ksh builtins--no need to include standalone binaries. | Todd C. Miller | |
1999-05-26 | compile i386 ramdisk with -Os (conserve size) | Marc Espie | |
1998-10-09 | no need for dhclient.conf anymore; created by script | Theo de Raadt | |
1998-09-21 | alpha ramdisk has dhcp support now too | Theo de Raadt | |