Re: [Tails-dev] Create random seed at installation time with Tails Installer

2017-09-25 Thread intrigeri
Hi, kurono: > I have made a first draft solution for this, I have updated the ticket > accordingly: > https://labs.riseup.net/code/issues/11897 Thanks for working on this! I've assigned this ticket to one of the two people (bertagaz, segfault) who committed to work on this during our last

Re: [Tails-dev] Create random seed at installation time with Tails Installer

2017-07-28 Thread intrigeri
kurono: > ok great. I am still trying to get an idea of how to do this, but I > think we could create a script in > config/chroot_local-includes/lib/live/config/ where the early boot stuff > is done. That script would copy the random-seed from the FAT filesystem, > to the actual >

Re: [Tails-dev] Create random seed at installation time with Tails Installer

2017-07-28 Thread kurono
On 07/22/2017 03:13 PM, intrigeri wrote: > kurono: >> * The natural place to put it is in the usual seed file, inside the >> Tails file system (filesystem.squashfs). But this would imply to extract >> the image, change the file, and create a new image, which would be a lot >> of extra work.

Re: [Tails-dev] Create random seed at installation time with Tails Installer

2017-07-28 Thread sajolida
DrWhax: > Maybe this requires a blueprint? :) We have one already: https://tails.boum.org/blueprint/randomness_seeding/ ___ Tails-dev mailing list Tails-dev@boum.org https://mailman.boum.org/listinfo/tails-dev To unsubscribe from this list, send an

Re: [Tails-dev] Create random seed at installation time with Tails Installer

2017-07-23 Thread DrWhax
intrigeri: > kurono: >> * The natural place to put it is in the usual seed file, inside the >> Tails file system (filesystem.squashfs). But this would imply to extract >> the image, change the file, and create a new image, which would be a lot >> of extra work. Another disadvantage is that it

Re: [Tails-dev] Create random seed at installation time with Tails Installer

2017-07-22 Thread intrigeri
kurono: > * The natural place to put it is in the usual seed file, inside the > Tails file system (filesystem.squashfs). But this would imply to extract > the image, change the file, and create a new image, which would be a lot > of extra work. Another disadvantage is that it makes any further

[Tails-dev] Create random seed at installation time with Tails Installer

2017-07-19 Thread kurono
Hi, I have been analyzing how to implement this: https://labs.riseup.net/code/issues/11897 and the difficult point here is where to locate the seed file on installation time. I see two options: * The natural place to put it is in the usual seed file, inside the Tails file system