On Thu, Dec 22, 2016 at 12:04:33PM -0500, Theodore Ts'o wrote: > On Wed, Dec 21, 2016 at 10:06:28AM -0800, Eric Biggers wrote: > > +build your own image, you must first build a 64-bit (amd64) xfstests > > +tarball as described in the [instructions for building > > +xfstests](building-xfstests.md). Then copy any additional Debian > > +packages, for the amd64 architecture, you want to include in the GCE > > +image into the root directory of GS_BUCKET. > > This is phrased a bit awkwardly. The official way is to put the > debian packages in kvm-xfstests/test-appliances/debs. This works for > both building gce-xfstests and kvm-xfstests images. > That works with kvm-xfstests (gen-image), but it didn't work when I tried it with gce-xfstests (gce-create-image) because nothing was actually copying the debian packages into the GS bucket for the test appliance to install. How about we update gce-create-image to copy the debian packages from test-appliances/debs/ into the GS bucket (maybe gsutil rsync -d to a directory 'debs'), so that it works in the way you're suggesting? Also, Documentation/building-rootfs.md already describes adding packages for kvm-xfstests; it's just gce-xfstests that was missing the documentation. So perhaps the gce-xfstests documentation should refer to the kvm-xfstests documentation for full details on adding packages, if the procedure is going to be the same. Eric -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html