fix mount.partition by non rehashing already hashed device-id

This commit is contained in:
Jörg Thalheim 2022-08-23 20:08:56 +02:00
parent e9d1f151a2
commit 5643130fbb

View File

@ -159,7 +159,7 @@ let {
mount.noop = 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: (
recursiveUpdate