aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
* wibbleGuilhem Moulin2015-06-071
|
* Use dpkg-architecture(1).Guilhem Moulin2015-06-073
| | | | | | | | | | | | When compiling for x86_86 on a i386 machine or vice versa, the following warning appears: dpkg-architecture: warning: specified GNU system type x86_64-linux-gnu does not match gcc system type i486-linux-gnu, try setting a correct CC environment variable However this is harmless, even if the multilib approach is a bit hacky and does not replace a proper cross-compiler. Cf. bug #712000 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712000
* wibbleGuilhem Moulin2015-06-072
|
* Multiarch support.Guilhem Moulin2015-06-075
| | | | Run 'ARCH=amd64 make' to preseed an AMD64 ISO image, etc.
* Fix warning when building packages.Guilhem Moulin2015-06-074
| | | | (I.e., make lintian happy.)
* UEFI support.Guilhem Moulin2015-06-073
| | | | | Tested with the IntelĀ® Desktop Board DH87RL, BIOS [RLH8710H.86A] version 0323.
* bugfixGuilhem Moulin2015-06-073
|
* Update the debian version.Guilhem Moulin2015-06-071
| | | | To the latest point release, 7.3.0.
* wibbleGuilhem Moulin2015-06-074
|
* Reformulate the headers showing the license.Guilhem Moulin2015-06-075
| | | | | To be clearer, and to follow the recommendation of the FSF, we include a full header rather than a single sentence.
* Refactored 'virt' shell script.Guilhem Moulin2015-06-071
|
* 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