Diff comments:
> diff --git a/curtin/storage_config.py b/curtin/storage_config.py
> index 8646a2e..e00b380 100644
> --- a/curtin/storage_config.py
> +++ b/curtin/storage_config.py
> @@ -845,8 +845,8 @@ class BlockdevParser(ProbertParser):
> part = {
> 'start': attrs['start'],
> 'size': attrs['size'],
> - 'visible-in-ptable': False,
> }
> + ptable = None
sure, works for me!
> else:
> raise RuntimeError(
> "Couldn't find partition entry in table")
--
https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/481186
Your team curtin developers is requested to review the proposed merge of
~ogayot/curtin:dyndisk-ptable=none into curtin:master.
--
Mailing list: https://launchpad.net/~curtin-dev
Post to : curtin-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~curtin-dev
More help : https://help.launchpad.net/ListHelp