Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Multiarch support. | Guilhem Moulin | 2015-06-07 | 5 |
| | | | | Run 'ARCH=amd64 make' to preseed an AMD64 ISO image, etc. | |||
* | Fix warning when building packages. | Guilhem Moulin | 2015-06-07 | 4 |
| | | | | (I.e., make lintian happy.) | |||
* | UEFI support. | Guilhem Moulin | 2015-06-07 | 3 |
| | | | | | Tested with the IntelĀ® Desktop Board DH87RL, BIOS [RLH8710H.86A] version 0323. | |||
* | bugfix | Guilhem Moulin | 2015-06-07 | 3 |
| | ||||
* | Update the debian version. | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | To the latest point release, 7.3.0. | |||
* | wibble | Guilhem Moulin | 2015-06-07 | 4 |
| | ||||
* | Reformulate the headers showing the license. | Guilhem Moulin | 2015-06-07 | 5 |
| | | | | | 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 Moulin | 2015-06-07 | 1 |
| | ||||
* | wibble | Guilhem Moulin | 2015-06-07 | 2 |
| | | | | | Replaced [ -n "$string" ] with [ "$string" ], and [ -z "$string" ] with [ ! "$string" ]. | |||
* | Fix shell traps. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Replace the 'syslog' facility (5) by 'user' (1). | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | | 'syslog' is meant for the messages generated internally by syslogd, whereas 'user' is for user-level messages. | |||
* | wibble | Guilhem Moulin | 2015-06-07 | 3 |
| | ||||
* | Use fixed IPs for the new virtual hosts. | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | | | 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 Moulin | 2015-06-07 | 28 |
| | | | | | Move preseed-related stuff in ./preseed/, and vm-related stuff in ./virtualenv/. | |||
* | Rename d-i fripost-{partman,postinst}/ as fripost/. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | wibble | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | Also, fripost-partman/encryption was renamed to fripost-partman/encrypt. | |||
* | Add progress bars to mkfs(8). | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | Tested with mkfs.extX only. | |||
* | Moved post-install scripts into the udeb. | Guilhem Moulin | 2015-06-07 | 2 |
| | ||||
* | wibble | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Remove obsolete construction [ x"$a" = x"$b" ] | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | Cf. http://stackoverflow.com/questions/6852612/bash-test-for-empty-string-with-x | |||
* | Possibility to skip full-disk encryption. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Ensure that GRUB is installed onto the right device. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | LVM need to be installed in /target. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Bugfix: /media/cdrom is required in the fstab | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Removed pre-partman. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Documentation | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Set up the fstab. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | .gitignore | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Use a udeb to partition the disk. | Guilhem Moulin | 2015-06-07 | 3 |
| | ||||
* | Bugfix. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | wibble | Guilhem Moulin | 2015-06-07 | 3 |
| | ||||
* | Encryption, LVM. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Partitioning. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Factorization: Separate the logic from the text. | Guilhem Moulin | 2015-06-07 | 3 |
| | ||||
* | Factorized disk-wiping. | Guilhem Moulin | 2015-06-07 | 2 |
| | ||||
* | Use debconf to get the options. | Guilhem Moulin | 2015-06-07 | 4 |
| | ||||
* | Bugfixes. | Guilhem Moulin | 2015-06-07 | 2 |
| | ||||
* | Preseeding configuration. | Guilhem Moulin | 2015-06-07 | 6 |