curtin:usage-json-double-quotes

Last commit made on 2022-07-20
Get this branch:
git clone -b usage-json-double-quotes https://git.launchpad.net/curtin
Members of curtin developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
usage-json-double-quotes
Repository:
lp:curtin

Recent commits

4afe6d3... by Olivier Gayot

usage: fix help that showed invalid json in examples

The usage showed examples to override the stages that are executed when
running curtin install. That said, JSON only accepts strings surrounded
by double quotes and the examples use single quotes. This leads to
invalid JSON syntax if the examples are copied.

Fixed by inverting the quotes used in the examples so that the examples
are valid.

Signed-off-by: Olivier Gayot <email address hidden>

dda5299... by Dan Bungert

block/v2: gpt preserve uuid,name,attrs,first-lba

0415942... by Olivier Gayot

doc: remove duplicate section about extract subcommand

867a142... by Dan Bungert

version to 22.1

1ffe23d... by Dan Bungert

deb: fix dependencies

Required for bionic build, also more correct anyhow.

49ad908... by Dan Bungert

tox: drop xenial-py3 from default env list

Running xenial-era python packages against modern python is not likely
to be successful! If this is an interesting test then we should support
that all the way - with a matching python version and other
dependencies, or not at all.

7e292c9... by Dan Bungert

block/v2: preserve disk label id

Windows will report a boot failure if the disk label ID changes and
nothing else.

a30af48... by Dan Bungert

block/v2: docs for partition_type

8fb2da5... by Dan Bungert

block/v2: unit tests for partition_type

4f9e873... by Dan Bungert

block/v2: raw partition table codes for gpt