mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
fix mount.partition by non rehashing already hashed device-id
This commit is contained in:
parent
e9d1f151a2
commit
5643130fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ let {
|
||||||
mount.noop = q: x: {};
|
mount.noop = q: x: {};
|
||||||
|
|
||||||
mount.partition = q: x:
|
mount.partition = q: x:
|
||||||
mount-f { device = "\"\${${helper.device-id q.device}}\"-part" + toString q.index; } x.content;
|
mount-f { device = "\"\${${q.device}}\"-part" + toString q.index; } x.content;
|
||||||
|
|
||||||
mount.table = q: x: (
|
mount.table = q: x: (
|
||||||
recursiveUpdate
|
recursiveUpdate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue