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,8 +156,10 @@ def update_global_storage(item, gs):
|
|||||||
libcalamares.utils.debug("Setting {} UUID to {}".format(item.destination,
|
libcalamares.utils.debug("Setting {} UUID to {}".format(item.destination,
|
||||||
ret.stdout.rstrip()))
|
ret.stdout.rstrip()))
|
||||||
gs[gs.index(partition)]["uuid"] = ret.stdout.rstrip()
|
gs[gs.index(partition)]["uuid"] = ret.stdout.rstrip()
|
||||||
libcalamares.globalstorage.remove("partitions")
|
gs[gs.index(partition)]["source"] = item.source
|
||||||
libcalamares.globalstorage.insert("partitions", gs)
|
|
||||||
|
libcalamares.globalstorage.remove("partitions")
|
||||||
|
libcalamares.globalstorage.insert("partitions", gs)
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
"""Raw filesystem copy module"""
|
"""Raw filesystem copy module"""
|
||||||
|
Loading…
Reference in New Issue
Block a user