curtin:master

Last commit made on 2025-06-03
Get this branch:
git clone -b master https://git.launchpad.net/curtin
Members of curtin developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:curtin

Recent commits

18b4197... by Dan Bungert

Revert "curthooks: remove all explicit calls to update_initramfs"

This reverts commit 1a968edbe0caaf9113542ed38747a2ed83d8bf27.

e48de3b... by Dan Bungert

Revert "curthooks: remove update_initramfs and tests"

This reverts commit a1ac7294f1f6904f359cdd8735cfa5a3727f8d8e.

1bd9c3b... by Dan Bungert

util: link to LP bug for flock()

62ca741... by Jacopo Rota

remove leftover

3b9a677... by Jacopo Rota

curthooks: use cloudconfig to configure cloud-init on debian distros

a1ac729... by Michael Hudson-Doyle

curthooks: remove update_initramfs and tests

1a968ed... by Michael Hudson-Doyle

curthooks: remove all explicit calls to update_initramfs

As we always call reconfigure_kernel, a fresh initrd is always created.

d34e308... by Simon Glass <email address hidden>

extlinux: Use util.ensure_dir() to create directories

This function is provided in Curtin for creating directories, so use it.

Add a little logging while we are here.

Signed-off-by: Simon Glass <email address hidden>

cd46699... by Simon Glass <email address hidden>

extlinux: Get the correct root device

The root device must be provided to the kernel using the 'append'
command in the extlinux.conf file. Add support for this.

Obtain the root device from block_meta, creating a new function for this
purpose.

Make use of select_configs() from the storage_config module, fixing up
an earlier, transitive import of this from block_meta

Signed-off-by: Simon Glass <email address hidden>

519cd5f... by Simon Glass <email address hidden>

extlinux: Figure out when to use an empty fw_boot_dir

When a separate boot partition is used, fw_boot_dir should be empty. Add
the logic for this into setup_extlinux()

Signed-off-by: Simon Glass <email address hidden>