Displaying 3 results from an estimated 3 matches for "customize_read_from_fil".
Did you mean:
  customize_read_from_file
  
2023 Jun 29
2
[PATCH libguestfs] generator: Add --chown option for virt-customize
...on the host.
+
+=item *
+
+This will not work with Windows guests.
+
+=back
+
+For example:
+
+ virt-customize --chown '0.0:/var/log/audit.log'
+
+See also: I<--upload>.";
+  };
+
   { op_name = "commands-from-file";
     op_type = StringFn ("FILENAME", "customize_read_from_file");
     op_discrim = "`CommandsFromFile";
-- 
2.41.0
2015 Jan 21
2
[PATCH] customize: add --commands-from-file
...d";
@@ -56,6 +57,29 @@ I<Note>: C<PERMISSIONS> by default would be decimal, unless you prefix
 it with C<0> to get octal, ie. use C<0700> not C<700>.";
   };
 
+  { op_name = "commands-from-file";
+    op_type = StringFn ("FILENAME", "customize_read_from_file");
+    op_discrim = "`CommandsFromFile";
+    op_shortdesc = "Read customize commands from file";
+    op_pod_longdesc = "\
+Read the customize commands from a file, one (and its arguments)
+each line.
+
+Each line contains a single customization command and its argu...
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this.  The two attached patches are
preliminary work.
My proposed split is:
      libguestfs.git
          common -> git submodule libguestfs-common.git
          generator/
          lib/
          all language bindings
          C based tools (eg. virt-df, virt-edit, guestfish)
    
      guestfs-tools.git
          common -> git submodule libguestfs-common.git