| Commit message (Collapse) | Author | Age | Files |
| |
|
|
|
|
| |
Since the default policy is no longer available in Jessie.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Don't use the group 'ssh', as it's automatically created by
openssh-client's postinstall hook, and is used for ssh-agent's setgid.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The non-blocking PRNG /dev/urandom doesn't block if it has been seeded
enough, sadly (e.g., if the entropy pool is empty). Reading a few bytes
from the *blocking* should ensure that "the kernel RNG has [...] reach
full entropy at least once, which guarantees cryptographic quality of
the rest of the /dev/urandom stream." -- Tor bug #10676
https://trac.torproject.org/projects/tor/ticket/10676
See also urandom(4).
|
|
|
|
| |
Run 'ARCH=amd64 make' to preseed an AMD64 ISO image, etc.
|
|
|
|
| |
(I.e., make lintian happy.)
|
| |
|
|
|
|
|
| |
To be clearer, and to follow the recommendation of the FSF, we include
a full header rather than a single sentence.
|
|
Move preseed-related stuff in ./preseed/, and vm-related stuff in
./virtualenv/.
|