Commit Graph

8 Commits

Author SHA1 Message Date
Giacomo Tesio ec373032c5 disk-create.sh: look for syslinux library in com32 2018-06-04 23:27:16 +02:00
Giacomo Tesio 8a92861412 disk-create.sh: remove perl dependency (used to slow down the fdisk script) 2017-02-25 11:07:45 +01:00
Giacomo Tesio c577fffb34 disk-create.sh: hack fdisk calls for compatibility
The fdisk version in Ubuntu trusty (provided by travis-ci) is different enough
from the one shipped with Debian Jessie to require few careful changes.

With this commit disk-create.sh should work on both version in the same way.
2017-02-16 00:07:56 +01:00
Giacomo Tesio 4c045a3f64 disk-create.sh: slow down fdisk input; describe environment on travis-ci 2017-02-15 01:13:10 +01:00
Giacomo Tesio b2db87ff26 disk-create.sh: dd mbr.bin from $SYSLINUXMBR
If not defined, SYSLINUXMBR is /usr/lib/syslinux/mbr/mbr.bin as in Debian GNU/Linux.

However, on travis-ci configuration, SYSLINUXMBR will be as expected in Ubuntu Trusty

	/usr/lib/syslinux/mbr.bin
2017-02-15 00:48:49 +01:00
Giacomo Tesio 3c714125b0 QA: run /qa/check on a disk image too
This should catch bugs introduced in the disk image generation, in hjfs
and in ahci driver. Also, the checks are run with a single core virtual
machine so that some kind of bugs I might introduce in the scheduler
could break the build.
2017-02-05 02:37:00 +01:00
Giacomo Tesio ded9ac9fb9 various fixes 2017-01-20 01:54:11 +01:00
Giacomo Tesio 1ba806ca1b new development tools 2016-11-25 13:41:57 +00:00