summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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.
2016-10-11syncTheo de Raadt
2016-10-10syncTheo de Raadt
2016-10-09Re-enable fetching sets from local sources (disk, cdrom, nfs) as root.Robert Peichaer
It's the users responsibility to ensure the integrity of these files! Problem found by Laurence Tratt who placed the sets in his home dir where the unprivileged users now used by the installer weren't able to read them from. discussed with deraadt@ OK krw@
2016-10-07syncTheo de Raadt
2016-10-07syncTheo de Raadt
2016-10-05Remove an outdated remark about the 'a' partition. The sgi bootblocksVisa Hankala
now locate the partition by using the disklabel. ok jsing@
2016-10-04remove signify.pm and x509.pmTheo Buehler
2016-10-03syncTheo de Raadt
2016-10-03syncTheo de Raadt
2016-10-01syncTheo de Raadt
2016-10-01Add notes on installing on systems a miniroot is not available for.Jonathan Gray
ok kettenis@
2016-09-29syncTheo de Raadt
2016-09-27syncTheo de Raadt
2016-09-27remove more kvm codeTheo de Raadt
2016-09-26Add _ping user/group.Florian Obser
OK natano on a previous diff which used a different uid/gid. naddy@ pointed out that uid/gid was already taken on "important" systems. Turns out we cannot easily recycle freed up uids/gids so settle on 51.
2016-09-25Fix /usr/lib/locate/src.db owner for noperm release builds.Martin Natano
ok millert tb
2016-09-25Tweak/add comments.Robert Peichaer
with input from and OK tb OK halex krw
2016-09-25Tweak addel(), rmel() and bsort() to not emit a leading/trailing blank.Robert Peichaer
OK tb krw
2016-09-23syncStuart Henderson
2016-09-22The tape install method is gone for a while already.Robert Peichaer
Remove leftovers. OK krw halex deraadt
2016-09-22vi is not available on the install media.Robert Peichaer
Besides ... real men use ed! OK krw halex deraadt
2016-09-21syncTheo de Raadt
2016-09-20build the ramdisk version of route(8) with SMALLPeter Hessler
OK deraadt@
2016-09-19Remove some mvmeppc leftovers.Visa Hankala
ok deraadt@
2016-09-19syncTheo de Raadt
2016-09-18syncTheo de Raadt
2016-09-18Switch the i386 floppy ramdisk to fdboot(8), now that it works correctly.Joel Sing
This will avoid overflow caused by upcoming changes to boot(8). ok deraadt@