Skip to content

Commit

Permalink
blivet: Add patch for setting UUIDs
Browse files Browse the repository at this point in the history
I'm heading for a hybrid approach (using UUIDs and partition layout
holes) in nixpart for achieving storage tree determinism, so we need to
have support for setting UUIDs. Blivet currently doesn't yet support
this, so I've implemented it.

Upstream pull request:

storaged-project/blivet#537

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
  • Loading branch information
aszlig committed Jan 14, 2017
1 parent c97a18a commit 3ed7602
Show file tree
Hide file tree
Showing 2 changed files with 1,016 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/blivet/default.nix
Expand Up @@ -19,7 +19,7 @@ buildPythonPackage rec {
# Only works with Python 3!
disabled = !isPy3k;

patches = [ ./no-hawkey.patch ./test-fixes.patch ];
patches = [ ./no-hawkey.patch ./test-fixes.patch ./uuids.patch ];

postPatch = ''
cat > blivet/kickstart_stubs.py <<EOF
Expand Down

0 comments on commit 3ed7602

Please sign in to comment.