Displaying 2 results from an estimated 2 matches for "f14x64".
2010 Nov 12
0
[PATCH] New APIs: inspect-get-package-format, inspect-get-package-management.
It's neat that you can now do:
 $ guestfish -a F14x64.img -i \
     inspect-get-package-management /dev/vg_f13x64/lv_root
 yum
But it would be better if we didn't have to "know" the root
filesystem there, something like:
 $ guestfish -a F14x64.img -i <<EOF
     set roots inspect-get-roots
     inspect-get-package-management %{roo...
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
....libguestfs.channel.0>).
 This is used by the User-Mode Linux backend to use a regular emulated
 serial port instead of virtio-serial.
 
diff --git a/df/virt-df.pod b/df/virt-df.pod
index 331f6fc..3f7fc3f 100644
--- a/df/virt-df.pod
+++ b/df/virt-df.pod
@@ -52,7 +52,7 @@ output human-readable:
  F14x64:/dev/sda1                 484M      66M       393M   14%
  F14x64:/dev/vg_f13x64/lv_root    7.4G     3.4G       4.0G   46%
 
-Show disk usage for a disk image file called C<test.img>:
+Show disk usage for a disk image file called F<test.img>:
 
  $ virt-df -a test1.img
  Filesystem...