Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-13 | chroot is now inside instbin, so do not need to run the copy in /mnt | Theo de Raadt | |
ok rpe | |||
2015-03-12 | Use the shorter ofwbootfd (without softraid support) on the miniroot. | Christian Weisgerber | |
This fixes booting of cdNN.iso and installNN.iso on the Blade 150. ok deraadt@ | |||
2015-03-11 | sync | Theo de Raadt | |
2015-03-11 | Shuffle some code around to make it easier to read. Add get_rootinfo() | Kenneth R Westerback | |
and shuffle some install specific code into install.sh. No intentional functional change. Update copyrights to 2015 while here. Tested & ok rpe@ | |||
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-03-11 | expr no longer needed on media, because the scripts always use ksh builtins. | Theo de Raadt | |
halex, rpe, and todd cleared the way for this. | |||
2015-03-11 | If this is going to use sync, it should use the sync + sleep idiom. | Theo de Raadt | |
Yes, this is stupid, but MI installboot later will make the problem go away. Until then.. | |||
2015-03-08 | add a link for boot.lif on the media. Our options to solve this were | Theo de Raadt | |
1) add link, so that installboot works by default 2) edit install.md to add sdboot as a parameter, but then default bsd.rd commandline use fails 3) modify hppa*_installboot.c for now, we do 1, though i think 3 is the right way diagnosed with krw, ok jsing | |||
2015-03-08 | oops, wrong file to commit a diff to | Theo de Raadt | |
2015-03-08 | last rev fixed upgrades, but broke installs, sigh. use on-bsd.rd sdboot | Theo de Raadt | |
for LIF/header creation, pre-disklabel. post-install/upgrade, this gets redone, this time with -r /mnt to pick up the new sdboot file ok krw jsing miod | |||
2015-03-05 | Manipulate only whole words when flipping 'ro' and 'rw' in fstab entries. | Kenneth R Westerback | |
Fixes 'groupquota' -> 'grwupquota' damage noted by giovanni@. Diff from rpe@, ok halex@, giovanni@, deraadt@ | |||
2015-02-23 | oops, cdfs must be built. spotted by todd, here is the correct diff | Theo de Raadt | |
2015-02-23 | expr no longer needed on media, thanks to halex and todd and rpe | Theo de Raadt | |
2015-02-22 | sync | Joel Sing | |
2015-02-17 | Revert the first chunk of 1.25. | Miod Vallat | |
2015-02-16 | sync | Jonathan Gray | |
2015-02-12 | Use ksh arithmethic instead of expr. | Robert Peichaer | |
Noted by todd@ OK krw@ halex@ | |||
2015-02-11 | sync | Theo de Raadt | |
2015-02-10 | sync | Theo de Raadt | |
2015-02-10 | enter chroot | Theo de Raadt | |
2015-02-10 | chroot... | Theo de Raadt | |
2015-02-10 | usr/sbin/chown? uhmm... no | Theo de Raadt | |
2015-02-09 | sync | Theo de Raadt | |
2015-02-08 | md_prep_disklabel should run disklabel (for fresh disks intended to be | Theo de Raadt | |
bootable, which do contain a LIF yet). It should also be run in md_installboot for the upgrade case. Diagnosis with jsing and kettenis, buglet spotted by rpe Testing... waiting for that. | |||
2015-02-07 | sync | Theo de Raadt | |
2015-02-07 | sync | Theo de Raadt | |
2015-02-06 | sync | Theo de Raadt | |
2015-02-06 | sync | Theo de Raadt | |
2015-02-01 | E2900 with us-iv reported to work via a submitted dmesg | Jonathan Gray | |
2015-01-30 | remove rndc (from bind) as well, ok deraadt | Stuart Henderson | |
2015-01-29 | At upgrade time delete sendmail,named,nginx,openssl binaries because | Theo de Raadt | |
they may reside earlier in the path than a pkg. prompted by tedu, with halex | |||
2015-01-28 | sync | Theo de Raadt | |
2015-01-27 | sync | Theo de Raadt | |
2015-01-26 | sync | Theo de Raadt | |
2015-01-26 | Rename miniroot-sunxi to miniroot-cubie as the u-boot included | Jonathan Gray | |
in the image is for Cubieboard1. Discussed with bmercer@ While here switch from using the separate spl and u-boot images to the combined spl and u-boot 'u-boot-sunxi-with-spl.bin'. | |||
2015-01-24 | In shell statements use shell pattern '+([0-9])', not sed regular | Kenneth R Westerback | |
expression '[0-9]*'. Should fix problem reported by jsg@ where 'hostname.vlan6.bak' was deemed to be an active vlan specification during upgrade. No change to script output. Tested by rpe@. ok halex@ rpe@ | |||
2015-01-22 | sync | Theo de Raadt | |
2015-01-21 | By popular demand, put NFS, ipv6 and vlan support in sparc installation media. | Miod Vallat | |
ok deraadt@ | |||
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback | |
ok deraadt@ | |||
2015-01-18 | sync | Theo de Raadt | |
2015-01-18 | sync | Theo de Raadt | |
2015-01-17 | Remove unnecessary double-quotes inside [[]]. | Robert Peichaer | |
OK krw@ | |||
2015-01-17 | Uppercase global vars (auto -> AUTO, respfile -> RESPFILE) | Robert Peichaer | |
OK krw@ deraadt@ | |||
2015-01-17 | sync | Theo de Raadt | |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
2015-01-16 | sync | Theo de Raadt | |
2015-01-13 | sync | Theo de Raadt | |
2015-01-13 | sync | Theo de Raadt | |
2015-01-12 | sync | Theo de Raadt | |
2015-01-12 | Due to recent savings with instbin, we can take i386 to one install | Theo de Raadt | |
floppy. A few drivers are missing, but the world has moved on (the drivers included are always a work in progress) Speeds up make release substantially, of course. |