Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-08 | Software we import from outside tends to bloat faster than software we | Theo de Raadt | |
write ourselves. This is a sad fact. libz just did this to us, again. I don't care to hunt for reasons or justifications because it is an endless battle. Therefore this tiny (floppy) media can no longer include the TZ files. Because some other architectures also have tight media, we have an install script mechanism to cope with this -- when they are missing, it asks the timezone question later, after the base set is installed with the files) | |||
2021-07-18 | Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind" | Theo de Raadt | |
is required because of TLS servername for contacting ftp.openbsd.org, and there is no point doing that in resolv.conf.tail because it is no longer used. ok florian kn | |||
2019-06-07 | eliminate differences between all the list files as much as | Theo de Raadt | |
possible, and remove the failed previous attempts at sharing in ./miniroot and ./ramdisk. maybe now that differences are eliminated we can start a new sharing effort? i dunno.. | |||
2019-06-02 | first few small steps towards unification | Theo de Raadt | |
2019-05-13 | Add tee(1) to the ramdisk filesystem and use it to provide both a | Christian Weisgerber | |
moving progress bar during auto upgrade/install and a clean log afterwards. ok deraadt@ | |||
2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always | Theo de Raadt | |
the sme. | |||
2016-09-17 | ping6(8) is now a hardlink to ping(8). | Florian Obser | |
The instbin stuff looks good to deraadt@ | |||
2016-09-13 | Provide a stripped down group file for the install media. | Robert Peichaer | |
Saves precious 896 bytes as a side effect. OK deraadt | |||
2016-09-04 | Move files created by root during install/upgrade in a subdir of | Robert Peichaer | |
/tmp with proper permissions so that unprivileged programs can not tamper with them. positive feedback from deraadt OK halex | |||
2016-09-03 | Enable a stripped down version of doas(1) on the install media. | Robert Peichaer | |
OK halex, tb, deraadt | |||
2016-04-02 | - merge install.sh into install.sub as do_install() | Robert Peichaer | |
- merge upgrade.sh into install.sub as do_upgrade() - delete install.sh and upgrade.sh - make install.sub executable - turn install and upgrade into symbolic links to install.sub - add autoinstall symbolic link to install.sub - change dot.profile to use these symlinks - introduce a -m option to set MODE in install.sub - alternativly set MODE and AUTO depending on PROGNAME - execute the do_{install,upgrade) functions depending on $MODE OK halex@, krw@ 'go for it' deraadt@ | |||
2015-04-13 | pwd_mkdb now fits onto the install media. no more chroot games. | Theo de Raadt | |
2015-04-02 | more -> less; not less -> more | Theo de Raadt | |
2015-03-11 | adjust for removal of expr (and while here, sort all these lists, with the | Theo de Raadt | |
goal of eventually refactoring them) | |||
2015-02-23 | expr no longer needed on media, thanks to halex and todd and rpe | Theo de Raadt | |
2014-12-28 | Build special/encrypt into instbin, to prepare for dropping use of the | Theo de Raadt | |
version in just installed base. | |||
2014-12-23 | successful switchover to non-reach-around SRCDIR | Theo de Raadt | |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt | |
need this soon. install tested by jsg | |||
2014-07-20 | place sysctl in sorted order; Jean-Philippe Ouellet | Theo de Raadt | |
2014-03-03 | use official 5.5 key | Theo de Raadt | |
2014-01-11 | No need for a bin/cpio link on the media, because the pax|tar binary does | Theo de Raadt | |
not support cpio anymore. | |||
2014-01-10 | remove md5 after installing it (with the links to the sha256/512 commands). | Theo de Raadt | |
this is because the md5/sha256/sha512 are in the same binary, found in the md5 directory, but the version on the media lacks md5 support. Understand? | |||
2014-01-09 | copy the relevant key for the release onto the media | Theo de Raadt | |
2014-01-08 | Switch to using the base sha256 command, rather than some customized | Theo de Raadt | |
abomination. install.sub chunk tested by rpe | |||
2014-01-07 | SRCDRS usr.bin usr.sbin is a bad idea (because of PIE). The places we | Theo de Raadt | |
pick binaries up must be compiled -static or at least in some safe model for reuse. Since we now use distrib/special for those, we can safely remove usr.bin and usr.sbin from this list. | |||
2012-10-15 | Always use the baseXX extracted install media stuff; only put the minimum | Theo de Raadt | |
onto the ramdisk. tested by okan | |||
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-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 | |
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-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-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 | |