Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback | |
interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@. | |||
2012-10-17 | no need for the boot files on the ramdisk. the install script was | Theo de Raadt | |
already using the /mnt/usr/mdec/ copies | |||
2010-10-18 | Place a smaller spwd.db onto the install media. Be consistant with the naming | Theo 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. | |||
2010-03-31 | put date(1) onto the media, it fits | Theo de Raadt | |
2010-01-01 | add arch(1) to the ramdisk, it is tiny and we will soon need it | 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 | unify some more pieces | Theo de Raadt | |
2009-04-17 | Put bin/sha256 and build a hash directory onto the media that can fit | Theo de Raadt | |
them | |||
2009-02-19 | Don't create links to non-existant disktab files on the install | Kenneth R Westerback | |
media. The Alpha disktab was an empty (comment only) file. ok deraadt@ miod@ | |||
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | 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 | Don't put /bin/test or /bin/[ on install media since they are builtins | Kenneth R Westerback | |
for ksh. ok millert@ | |||
2004-07-06 | Put dhclient on luna88k, mvme68k and mvme88k installation media. | Miod Vallat | |
Requested by nick@ some time ago, and it fits. | |||
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-02-16 | dhclient-script fits; fix from krw | Theo de Raadt | |
2002-05-01 | when filtering termcap selecet vt220, not vt200, since that's what we gonna ↵ | Michael Shalayeff | |
use later, plus a few rcsid vicinity cleanups; millert@ ok | |||
2002-05-01 | We only need fsck_ffs, not the fsck front end. | Todd C. Miller | |
Make all fsck list file entries simply be: LINK instbin sbin/fsck_ffs sbin/fsck | |||
2002-04-30 | use makeconf.awk throughout, delete instbin in Makefile | Theo de Raadt | |
2002-04-30 | use SCRIPT command | Theo de Raadt | |
2002-04-29 | generate termcap file using a list2sh.awk directrive; distrib becomes a lot ↵ | Theo de Raadt | |
smaller again | |||
2002-04-28 | remove confusion about disktab | Theo de Raadt | |
2002-04-22 | use one common dot.profile for all | Theo de Raadt | |
2002-04-17 | use the very small RAMDISK config; bring this up to modern times. needs a ↵ | Theo de Raadt | |
few tests | |||
2002-04-10 | leave MAKEDEV, it fits | Theo de Raadt | |
2002-02-09 | use "ramdisk" MAKEDEV target always | Theo de Raadt | |
2001-10-08 | arch -ks | 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-08-29 | Apply recent changes in the i386 comment eradication code to all | Kenneth R Westerback | |
architectures using a list2sh.awk and related 'list' files (alpha, hp300, mac68k, mvme68k, mvme88k, mvmeppc, powerpc and vax). list2sh.awk is modified so that in handling SPECIAL lines the tabs in regular expressions are not lost to awk field parsing. Any 'list' file trying to eliminate comments, using SPECIAL lines and sed, now eliminates lines that a) have '#' as the first non-blank, non-tab character, with at least one blank or tab following the '#'. b) have '#' as the first non-blank, non-tab character, with a newline immediately following the '#'. Previous b) was not being done, and only leading/following blanks were being looked for due to the loss of tab characters in list2sh.awk. | |||
2001-07-26 | correct path | 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-07-14 | correct ch* things mickey forgot | Theo de Raadt | |
2000-06-09 | chown/chgrp changes | Michael Shalayeff | |
2000-01-24 | Clean up mvme68k install utils and remdisk. | Steve Murphree | |
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 :-) | |||
1997-05-01 | use pdksh | Theo de Raadt | |
1997-02-16 | Add the final? pieces to support mvme68k ramdisk support. | Dale S. Rahn | |
uses rdsetroot to create a ramdisk in a kernel image. | |||
1997-02-15 | Add new style of miniroot building. primarily based on the distrib/miniroot | Dale S. Rahn | |
code. |