mirror of https://git.48k.eu/ogclient
live: force flush to disk after partition table is written
parent
f42e2ba201
commit
2dd5105995
|
@ -346,6 +346,7 @@ class OgLiveOperations:
|
|||
cxt.add_partition(pa)
|
||||
|
||||
cxt.write_disklabel()
|
||||
os.sync()
|
||||
|
||||
for part in partlist:
|
||||
if part["filesystem"] == 'EMPTY':
|
||||
|
|
Loading…
Reference in New Issue