Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-06 | Pass -peam to pax(1), so ownership and permissions that were set by | Theo Buehler | |
etc/Makefile during 'make distribution-etc-root-var' are explicitly honored on the build machine. ok rpe | |||
2016-11-05 | sync | Theo de Raadt | |
2016-11-05 | sync | Theo de Raadt | |
2016-11-05 | Remove 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-04 | sync | Theo de Raadt | |
2016-11-03 | switch to using BUILDUSER and add more error checking | Robert Nagy | |
2016-11-02 | sync | Stuart Henderson | |
2016-10-30 | Search 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-29 | Fix an issue found by naddy@ where the installer was not able | Robert 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 /tmp | Robert 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-27 | sync | Theo de Raadt | |
2016-10-26 | sync | Theo de Raadt | |
2016-10-23 | Exit 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-21 | sync | Theo de Raadt | |
2016-10-21 | sync | Theo de Raadt | |
2016-10-19 | Inline IMAGE, CBIN, CRUNCHCONF and XNAME. | Martin Natano | |
ok deraadt | |||
2016-10-19 | Inline IMAGE, CBIN, CRUNCHCONF and XNAME. | Martin Natano | |
ok deraadt | |||
2016-10-19 | Unshare Makefile.inc so we can determine how to squeeze makefs | Theo de Raadt | |
into the picture. ok natano | |||
2016-10-19 | sync | Theo de Raadt | |
2016-10-18 | spelling: | Theo Buehler | |
initialising -> initializing from Claus Assmann artitions -> partitions from spell(1) | |||
2016-10-18 | typo fix and zap some trailing eol whitespace; | Jason McIntyre | |
from claus assman | |||
2016-10-14 | fix typo | Theo de Raadt | |
2016-10-14 | Use new kernel compile method for ramdisks, de-escalating to $BUILDUSER | Theo de Raadt | |
as required. much help from natano and tb. | |||
2016-10-11 | sync | Theo de Raadt | |
2016-10-10 | sync | Theo de Raadt | |
2016-10-09 | Re-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-07 | sync | Theo de Raadt | |
2016-10-07 | sync | Theo de Raadt | |
2016-10-05 | Remove an outdated remark about the 'a' partition. The sgi bootblocks | Visa Hankala | |
now locate the partition by using the disklabel. ok jsing@ | |||
2016-10-04 | remove signify.pm and x509.pm | Theo Buehler | |
2016-10-03 | sync | Theo de Raadt | |
2016-10-03 | sync | Theo de Raadt | |
2016-10-01 | sync | Theo de Raadt | |
2016-10-01 | Add notes on installing on systems a miniroot is not available for. | Jonathan Gray | |
ok kettenis@ | |||
2016-09-29 | sync | Theo de Raadt | |
2016-09-27 | sync | Theo de Raadt | |
2016-09-27 | remove more kvm code | Theo de Raadt | |
2016-09-26 | Add _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-25 | Fix /usr/lib/locate/src.db owner for noperm release builds. | Martin Natano | |
ok millert tb | |||
2016-09-25 | Tweak/add comments. | Robert Peichaer | |
with input from and OK tb OK halex krw | |||
2016-09-25 | Tweak addel(), rmel() and bsort() to not emit a leading/trailing blank. | Robert Peichaer | |
OK tb krw | |||
2016-09-23 | sync | Stuart Henderson | |
2016-09-22 | The tape install method is gone for a while already. | Robert Peichaer | |
Remove leftovers. OK krw halex deraadt | |||
2016-09-22 | vi is not available on the install media. | Robert Peichaer | |
Besides ... real men use ed! OK krw halex deraadt | |||
2016-09-21 | sync | Theo de Raadt | |
2016-09-20 | build the ramdisk version of route(8) with SMALL | Peter Hessler | |
OK deraadt@ | |||
2016-09-19 | Remove some mvmeppc leftovers. | Visa Hankala | |
ok deraadt@ | |||
2016-09-19 | sync | Theo de Raadt | |
2016-09-18 | sync | Theo de Raadt | |
2016-09-18 | Switch 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@ |