aboutsummaryrefslogtreecommitdiffstats
path: root/src/fripost-partman-udeb/debian
Commit message (Collapse)AuthorAgeFiles
* Prefer BTRFS over LVM2.Guilhem Moulin2015-06-071
|
* Improve the description of preseeding options.Guilhem Moulin2015-06-071
|
* Show a progress bar when creating RAID arrays.Guilhem Moulin2015-06-071
|
* Ensure urandom entropy is of cryptographic quality.Guilhem Moulin2015-06-071
| | | | | | | | | | | | 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).
* Multiarch support.Guilhem Moulin2015-06-072
| | | | Run 'ARCH=amd64 make' to preseed an AMD64 ISO image, etc.
* Fix warning when building packages.Guilhem Moulin2015-06-072
| | | | (I.e., make lintian happy.)
* Reorganization.Guilhem Moulin2015-06-078
Move preseed-related stuff in ./preseed/, and vm-related stuff in ./virtualenv/.