aboutsummaryrefslogtreecommitdiffstats
path: root/src/getname.sh
Commit message (Collapse)AuthorAgeFiles
* udeb: only copy generated .udeb files to the iso image.Guilhem Moulin2017-05-291
|
* 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
* Reorganization.Guilhem Moulin2015-06-071
Move preseed-related stuff in ./preseed/, and vm-related stuff in ./virtualenv/.