Merge pull request #1081 from a-wai/extend-gs-in-rawfs
[rawfs] Add rawfs source to the `partitions` entry in global storage
This commit is contained in:
commit
fc5ff421c4
@ -156,6 +156,8 @@ def update_global_storage(item, gs):
|
||||
libcalamares.utils.debug("Setting {} UUID to {}".format(item.destination,
|
||||
ret.stdout.rstrip()))
|
||||
gs[gs.index(partition)]["uuid"] = ret.stdout.rstrip()
|
||||
gs[gs.index(partition)]["source"] = item.source
|
||||
|
||||
libcalamares.globalstorage.remove("partitions")
|
||||
libcalamares.globalstorage.insert("partitions", gs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user