Richard W.M. Jones
32cbd7ca0d
make-fs: Remove warning from man page about lone --partition argument.
...
C's getopt_long has no problem with this.
2014-01-29 08:20:38 +00:00
Richard W.M. Jones
a8a655a859
make-fs: Ensure --partition (on its own) creates an MBR partition.
...
This fixes commit d3512deb67 .
2014-01-29 08:20:38 +00:00
Richard W.M. Jones
90d3378778
make-fs: Refactor debug stats code.
...
Code motion, no functional change.
2014-01-29 08:20:38 +00:00
Richard W.M. Jones
5bf8c81d7d
make-fs: Use an anonymous pipe instead of a named pipe.
...
The previous translation from Perl slavishly followed the Perl code a
bit too much and used a named pipe to communicate between the
uncompressing subprocess and libguestfs tar-in. From C we can use an
anonymous pipe instead.
This updates commit d3512deb67 .
2014-01-29 08:20:18 +00:00
Richard W.M. Jones
c86fcc0fd4
make-fs: Make check-valgrind do something.
2014-01-29 08:00:55 +00:00
Richard W.M. Jones
f5bc913434
make-fs: Run virt-make-fs in test from builddir, not srcdir.
2014-01-29 08:00:30 +00:00
Richard W.M. Jones
642cf4c5dc
tests: Test --label and other options in virt-make-fs.
2014-01-28 21:02:11 +00:00
Richard W.M. Jones
d3512deb67
Rewrite virt-make-fs in C (originally Perl).
...
It should be very compatible with the Perl version.
2014-01-28 21:02:11 +00:00