aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFiles
* Bump iso version.Guilhem Moulin2017-05-291
|
* Bump iso version.Guilhem Moulin2016-01-011
|
* Upgrade the preseed script to make it work with Debian Jessie.Guilhem Moulin2015-06-071
|
* Upgrade preseeding to Debian 7.7.Guilhem Moulin2015-06-071
|
* Bump debian_version to 7.5.0Guilhem Moulin2015-06-071
|
* Bump the installer to the last Debian point-release.Guilhem Moulin2015-06-071
|
* Enable generation of HDD images.Guilhem Moulin2015-06-071
| | | | | This is only useful for older BIOSes, that don't support hybrid ISO which can otherwise be burnt onto USB key as well.
* Use dpkg-architecture(1).Guilhem Moulin2015-06-071
| | | | | | | | | | | | 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
* Multiarch support.Guilhem Moulin2015-06-071
| | | | Run 'ARCH=amd64 make' to preseed an AMD64 ISO image, etc.
* Update the debian version.Guilhem Moulin2015-06-071
| | | | To the latest point release, 7.3.0.
* Reorganization.Guilhem Moulin2015-06-071
Move preseed-related stuff in ./preseed/, and vm-related stuff in ./virtualenv/.