diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-05-25 14:09:04 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-05-25 14:09:04 -0400 |
commit | 5ad7d7f9e797cb818b0ca1353455b2bbf9fa3e31 (patch) | |
tree | 9a4c96275c6bfd86f00fc321dc518e6f262b79e0 /rules | |
parent | hwdb: update (diff) | |
download | eudev-5ad7d7f9e797cb818b0ca1353455b2bbf9fa3e31.tar.gz eudev-5ad7d7f9e797cb818b0ca1353455b2bbf9fa3e31.tar.bz2 eudev-5ad7d7f9e797cb818b0ca1353455b2bbf9fa3e31.zip |
rules: update
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules')
-rw-r--r-- | rules/60-persistent-storage.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules index 7ad8a557f..408733915 100644 --- a/rules/60-persistent-storage.rules +++ b/rules/60-persistent-storage.rules @@ -78,7 +78,7 @@ ENV{DEVTYPE}=="disk", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn ENV{DEVTYPE}=="partition", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}-part%n" # by-partlabel/by-partuuid links (partition metadata) -ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_UUID}=="?*", SYMLINK+="disk/by-partuuid/$env{ID_PART_ENTRY_UUID}" +ENV{ID_PART_ENTRY_UUID}=="?*", SYMLINK+="disk/by-partuuid/$env{ID_PART_ENTRY_UUID}" ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_NAME}=="?*", SYMLINK+="disk/by-partlabel/$env{ID_PART_ENTRY_NAME}" # add symlink to GPT root disk |