~mwhudson/curtin:default-first-lba

Last commit made on 2022-11-28
Get this branch:
git clone -b default-first-lba https://git.launchpad.net/~mwhudson/curtin
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
default-first-lba
Repository:
lp:~mwhudson/curtin

Recent commits

02bc28d... by Michael Hudson-Doyle

add integration test

68d0843... by Michael Hudson-Doyle

automatically set first-lba

3301fd9... by Brett Holman <email address hidden>

support older versions of iproute2

1797204... by Dan Bungert

commands/apt: stop using apt-key

re-apply e099e32 and update for the modified test codebase.
Drops using apt-key in favor of placing the file direct on disk.
Includes a fix for placing the key in the correct directory.

700ec85... by Olivier Gayot

Fix typo s/packge/package/

94591a3... by Dan Bungert

tests/apt: use tmpdir as target

This refactor helps make way for discontinuing usage of apt-key.
When trying to do it all at once, there were problems with the file path
that needed to be used for the key file.

The major change is that these tests are run with a tmpdir as the
target, instead of '/'. This is also independently a nice improvement,
since misbehaved tests or code would really try to write to the host
system.

The tests were written assuming apt key files would have full paths, but
the examples (and presumably most real-world usage) were based on
filenames, so move the tests to use file names.

Add back a full path test, since that is supported behavior today.

Also removes the unused _myjoin function.

1fc717d... by Dan Bungert

kernel: use FK_FORCE to ensure flash-kernel runs

5b89082... by Igor Gnip

Allow Rocky 9 in legacy boot mode.

9a28853... by Dan Bungert

block/v2: fix wipe check for extended

As the comment in _wipe_for_action notes, we never want to wipe the
extended, so do that check first.

050d965... by Dan Bungert

doc: clarify size units