X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=a7093768eaac7cbc8603efc0b5ab5b685cc59e0e;hp=5e2b4d4b7a2ec5d96348a971124de48f8688b1b6;hb=afca1dba5eeb989c231a22df26e48f0967387547;hpb=e5b86fce27b0900d653911e64a85c3857c2fe604 diff --git a/src/generator.ml b/src/generator.ml index 5e2b4d4..a709376 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1565,6 +1565,55 @@ The implementation uses the C command which refuses to wipe physical volumes that contain any volume groups, so you have to remove those first."); + ("set_e2label", (RErr, [String "device"; String "label"]), 80, [], + [InitBasicFS, TestOutput ( + [["set_e2label"; "/dev/sda1"; "testlabel"]; + ["get_e2label"; "/dev/sda1"]], "testlabel")], + "set the ext2/3/4 filesystem label", + "\ +This sets the ext2/3/4 filesystem label of the filesystem on +C to C