curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #03878
Re: [Merge] ~ogayot/curtin:dyndisk-ptable=none into curtin:master
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.
References