Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-18 | Deprecate 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@ | |||
2011-04-15 | No need to make depend kernels; ok guenther | Theo de Raadt | |
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-04-19 | Revert ramdisk/list and ramdiskB/list: space is tight. | David Coppa | |
Requested by kettenis@ | |||
2010-04-19 | Add missing bits for complete softraid support to sparc/sparc64 | David Coppa | |
ramdisks. OK marco@ | |||
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-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-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@ | |||
2008-12-02 | no longer need to compile rdsetroot with DEBUG | 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-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-04-09 | Add -n to gzip flags. Save a few bytes since we no longer save | Todd C. Miller | |
the uncompressed filename in the gzip header. | |||
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 | |
2005-09-05 | This file is generated in obj/ and has been commited by mistake. | Miod Vallat | |
2005-08-09 | apparently some ultra machines do need this, work by miod; testing my uwe | Theo de Raadt | |
2005-08-06 | use perfect options for actual floppy newfs | 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-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@ | |||
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@ | |||
2002-06-09 | knf | Todd T. Fries | |
2002-05-19 | fix a copied typo | Theo de Raadt | |
2002-05-07 | fix conf file generation | Theo de Raadt | |
2002-05-07 | grep is right start | 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-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-28 | use single shared mtree.conf | Theo de Raadt | |
2002-04-25 | runlist.sh & list2sh.awk unification | Theo de Raadt | |
2002-04-22 | use one common dot.profile for all | Theo de Raadt | |
2002-04-21 | bit by bit i will fix this madness | Theo de Raadt | |
2002-04-19 | prune | Theo de Raadt | |
2002-04-10 | leave a stripped MAKEDEV around | Theo de Raadt | |
2002-03-03 | Cleanup/Improve trap handling. | Kenneth R Westerback | |
a) Add /var/run to the filesystem created when the installation media boots. This allows the creation and use of the dhclient.pid file. Synchronize all mtree.conf files in architectures using miniroot. b) Rework the traps used in upgrade.sh and install.sh so that HUP, INT, QUIT, TERM and EXIT all invoke a cleanup function that kills an active dhclient, unmounts all filesystems and fsck's -p all devices in /etc/fstab, or just /mnt if /etc/fstab is not present. c) Make sure the actions of the cleanup function are visible, thus eliminating the long delay with no feedback at the end of the upgrade/install script, after the congratulatory message. d) Reduce manual parsing of fstab files by using umount -a to unmount all mounted filesystems. e) Since the new cleanup function tries to unmount all filesystems, use the presence of /etc/fstab, rather than a difference between `df /` and `df /mnt`, to determine if an install is being restarted in a state where disk initialization can be skipped. f) Change munge_fs, check_fs, mount_fs, remount_fs so that they all 'know' about /etc/fstab rather than passing the same parameter in all the time. g) Use input redirection on munge_fs to read correct file, rather than passing a file name as a parameter. h) Indent code for various smaller functions. i) Eliminate some subshell usage to simplify code further. j) Display pretty messages during fsck -p to clearly indicate success or failure of fsck, rather than just dumping fsck output. k) Always run mount_fs in install.sh, even if disk initialization is being skipped, because the trap should have unmounted all filesystems when the last run terminated. ok weingart@ millert@ | |||
2002-02-14 | mg? ridiculous. for now, anyways | 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-10 | does this work? I do not know yet | Theo de Raadt | |