search for: ca77c87

Displaying 2 results from an estimated 2 matches for "ca77c87".

Did you mean: ca77873
2015 Jun 23
2
[PATCH] uuid: add support to change uuid of btrfs partition
...= swapuuid (device, uuid); else if (STREQ (vfs_type, "btrfs")) { - reply_with_error ("btrfs filesystems' UUID cannot be changed"); - r = -1; + r = btrfsuuid (device, uuid); } else { diff --git a/generator/actions.ml b/generator/actions.ml index d5e5ccf..ca77c87 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -11774,6 +11774,10 @@ parameter. In future we may allow other flags to be adjusted." }; InitBasicFS, Always, TestResultString ( [["set_uuid"; "/dev/sda1"; uuid]; ["vfs_uuid...
2015 Jun 23
0
Re: [PATCH] uuid: add support to change uuid of btrfs partition
...(STREQ (vfs_type, "btrfs")) { > - reply_with_error ("btrfs filesystems' UUID cannot be changed"); > - r = -1; > + r = btrfsuuid (device, uuid); > } > > else { > diff --git a/generator/actions.ml b/generator/actions.ml > index d5e5ccf..ca77c87 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -11774,6 +11774,10 @@ parameter. In future we may allow other flags to be adjusted." }; > InitBasicFS, Always, TestResultString ( > [["set_uuid"; "/dev/sda1"; uuid]; &g...