aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
...
* wibbleGuilhem Moulin2015-06-072
| | | | | Replaced [ -n "$string" ] with [ "$string" ], and [ -z "$string" ] with [ ! "$string" ].
* Fix shell traps.Guilhem Moulin2015-06-071
|
* Replace the 'syslog' facility (5) by 'user' (1).Guilhem Moulin2015-06-071
| | | | | 'syslog' is meant for the messages generated internally by syslogd, whereas 'user' is for user-level messages.
* wibbleGuilhem Moulin2015-06-073
|
* Use fixed IPs for the new virtual hosts.Guilhem Moulin2015-06-071
| | | | | | Each new VM is attributed a fresh static IPv4 (uniqueness is guaranteed by merely incrementing the /24), and DNS entries are added libvirt's dnsmasq instance.
* Reorganization.Guilhem Moulin2015-06-0728
| | | | | Move preseed-related stuff in ./preseed/, and vm-related stuff in ./virtualenv/.
* Rename d-i fripost-{partman,postinst}/ as fripost/.Guilhem Moulin2015-06-071
|
* wibbleGuilhem Moulin2015-06-071
| | | | Also, fripost-partman/encryption was renamed to fripost-partman/encrypt.
* Add progress bars to mkfs(8).Guilhem Moulin2015-06-071
| | | | Tested with mkfs.extX only.
* Moved post-install scripts into the udeb.Guilhem Moulin2015-06-072
|
* wibbleGuilhem Moulin2015-06-071
|
* Remove obsolete construction [ x"$a" = x"$b" ]Guilhem Moulin2015-06-071
| | | | Cf. http://stackoverflow.com/questions/6852612/bash-test-for-empty-string-with-x
* Possibility to skip full-disk encryption.Guilhem Moulin2015-06-071
|
* Ensure that GRUB is installed onto the right device.Guilhem Moulin2015-06-071
|
* LVM need to be installed in /target.Guilhem Moulin2015-06-071
|
* Bugfix: /media/cdrom is required in the fstabGuilhem Moulin2015-06-071
|
* Removed pre-partman.Guilhem Moulin2015-06-071
|
* DocumentationGuilhem Moulin2015-06-071
|
* Set up the fstab.Guilhem Moulin2015-06-071
|
* .gitignoreGuilhem Moulin2015-06-071
|
* Use a udeb to partition the disk.Guilhem Moulin2015-06-073
|
* Bugfix.Guilhem Moulin2015-06-071
|
* wibbleGuilhem Moulin2015-06-073
|
* Encryption, LVM.Guilhem Moulin2015-06-071
|
* Partitioning.Guilhem Moulin2015-06-071
|
* Factorization: Separate the logic from the text.Guilhem Moulin2015-06-073
|
* Factorized disk-wiping.Guilhem Moulin2015-06-072
|
* Use debconf to get the options.Guilhem Moulin2015-06-074
|
* Bugfixes.Guilhem Moulin2015-06-072
|
* Preseeding configuration.Guilhem Moulin2015-06-076