X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfish-actions.pod;h=a3592ad40240cc997acb1ff49b3d05a8f82ad026;hb=f339cb33703fc1b561d9956c29c4eb0e57334a91;hp=9f625c71abdfe9ebb5c613ff29e7c0b61dbac5bc;hpb=e492608f2f3809a824cb70ee03ff305964b69dd7;p=libguestfs.git diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 9f625c7..a3592ad 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -778,6 +778,20 @@ Because of the message protocol, there is a transfer limit of somewhere between 2MB and 4MB. To transfer large files you should use FTP. +=head2 initrd-list + + initrd-list path + +This command lists out files contained in an initrd. + +The files are listed without any initial C character. The +files are listed in the order they appear (not necessarily +alphabetical). Directory names are listed as separate items. + +Old Linux kernels (2.4 and earlier) used a compressed ext2 +filesystem as initrd. We I support the newer initramfs +format (compressed cpio files). + =head2 is-busy is-busy @@ -1021,6 +1035,14 @@ on the underlying device. The filesystem options C and C are set with this call, in order to improve reliability. +=head2 mount-loop + + mount-loop file mountpoint + +This command lets you mount C (a filesystem image +in a file) on a mount point. It is entirely equivalent to +the command C. + =head2 mount-options mount-options options device mountpoint