search for: 4d95a2f

Displaying 2 results from an estimated 2 matches for "4d95a2f".

2014 Jan 27
0
[PATCH INCOMPLETE] Rewrite virt-make-fs in C (originally Perl).
...="$b/align:$b/builder:$b/cat:$b/df:$b/diff:$b/edit:$b/erlang:$b/fish:$b/format:$b/fuse:$b/make-fs:$b/rescue:$b/resize:$b/sparsify:$b/sysprep:$b/test-tool:$b/tools:$PATH" export PATH # Set LD_LIBRARY_PATH to contain library. diff --git a/src/guestfs.pod b/src/guestfs.pod index df6044d..4d95a2f 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -4335,6 +4335,10 @@ Logo used on the website. The fish is called Arthur by the way. M4 macros used by autoconf. +=item C<make-fs> + +L<virt-make-fs(1)> command and documentation. + =item C<mllib> Various libraries and...
2014 Jan 27
2
[PATCH INCOMPLETE] Rewrite virt-make-fs in C (originally Perl).
I thought it would be easy to rewrite virt-make-fs in C. Two days later ... The Perl program uses a lot of external commands, which makes it pretty tedious to implement in C. Rich.