summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2016-11-28syncTheo de Raadt
2016-11-27syncTheo de Raadt
2016-11-25The build systems now uses the user build and the group wobj.Robert Peichaer
Add them to bsd.rd and set the ownership and permissions of /usr/obj and /usr/xobj accordingly. feedback and OK tb@ Looks good deraadt@
2016-11-24Use makefs to build bsd.rd. amd64 and i386 are first; other platformsMartin Natano
will follow with some safety distance when I figured out all MD quirks. makefs allows to build the ramdisk image as an unprivileged user. The next step in the quest to reduce root during builds. ok deraadt
2016-11-24syncTheo de Raadt
2016-11-24syncTheo de Raadt
2016-11-24Don't manually add a route to an alias IP via 127.0.0.1. This isKenneth R Westerback
now automatically handled by the kernel. The same change was made to /etc/netstart in 5.5 with r1.139. Should fix the (U)pgrade problem reported on bugs@ by Clint Pachl. ok mpi@
2016-11-24syncTheo de Raadt
2016-11-22syncTheo Buehler
2016-11-21syncStuart Henderson
2016-11-20Fix up some permissions in RELEASEDIR and /var/sysmerge.Theo Buehler
help, testing & ok rpe
2016-11-19syncTheo Buehler
2016-11-17syncTheo de Raadt
2016-11-16syncTheo de Raadt
2016-11-14Ensure, that the root disk question is added to the response fileRobert Peichaer
mail. found by and OK tb@ OK halex@ krw@
2016-11-14syncTheo de Raadt
2016-11-12syncTheo de Raadt
2016-11-11syncTheo de Raadt
2016-11-09syncTheo de Raadt
2016-11-09syncTheo de Raadt
2016-11-09oops, OSREV -> OSrev.Antoine Jacoutot
2016-11-09Use https to get the patches.Antoine Jacoutot
Fix syspatch naming. ok robert@
2016-11-09syncTheo de Raadt
2016-11-09syncTheo de Raadt
2016-11-08Set permissions of src.db and mandoc.db explicitly to 644 soTheo Buehler
they don't depend on the umask during make build. ok deraadt
2016-11-07syncTheo de Raadt
2016-11-06syncTheo de Raadt
2016-11-06Pass -peam to pax(1), so ownership and permissions that were set byTheo Buehler
etc/Makefile during 'make distribution-etc-root-var' are explicitly honored on the build machine. ok rpe
2016-11-05syncTheo de Raadt
2016-11-05syncTheo de Raadt
2016-11-05Remove the obj, xobj and src directories from the base set.Robert Peichaer
The installer will create these directories during install. So local setups will not get overwritten during upgrades. idea from and OK deraadt@ with help from and OK tb@ feedback from and no objections halex@
2016-11-04syncTheo de Raadt
2016-11-03switch to using BUILDUSER and add more error checkingRobert Nagy
2016-11-02syncStuart Henderson
2016-10-30Search for and create a prefetch area only for nonlocal sources.Robert Peichaer
This enables the installer to verify local set files even if the prefetch area would not fit on the local disk. OK krw@ on a similar diff Idea from and OK naddy@ Feedback and OK tb@
2016-10-29Fix an issue found by naddy@ where the installer was not ableRobert Peichaer
to fetch local sets without a SHA256.sig file in a directory unreachable by the unprivileged users. The missing SHA256.sig file caused an early exit from the for-loop where the _unpriv variable is unset in case of local sets. - Move the check of the set location (local/net) to the top - Set the ftp command title based on the _srclocal variable - Remove the now unnecessary second _unpriv= OK naddy@
2016-10-28- move SHA256 SHA256.sig h fail from _tmpsrc to /tmpRobert Peichaer
- cleanup SHA256 and SHA256.sig before download - move assignment of _cfile and _srclocal to the top In a later step, this allows verification of local sets without the need of a prefetch area which is not used in this case anyway. Idea from and OK naddy@ OK krw@
2016-10-27syncTheo de Raadt
2016-10-26syncTheo de Raadt
2016-10-23Exit autoinstall in case of missing / or duplicate mountpoints.Robert Peichaer
This also covers the case when a template is rejected by disklabel. OK krw
2016-10-21syncTheo de Raadt
2016-10-21syncTheo de Raadt
2016-10-19Inline IMAGE, CBIN, CRUNCHCONF and XNAME.Martin Natano
ok deraadt
2016-10-19Inline IMAGE, CBIN, CRUNCHCONF and XNAME.Martin Natano
ok deraadt
2016-10-19Unshare Makefile.inc so we can determine how to squeeze makefsTheo de Raadt
into the picture. ok natano
2016-10-19syncTheo de Raadt
2016-10-18spelling:Theo Buehler
initialising -> initializing from Claus Assmann artitions -> partitions from spell(1)
2016-10-18typo fix and zap some trailing eol whitespace;Jason McIntyre
from claus assman
2016-10-14fix typoTheo de Raadt
2016-10-14Use new kernel compile method for ramdisks, de-escalating to $BUILDUSERTheo de Raadt
as required. much help from natano and tb.