1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

4 Commits

Author SHA1 Message Date
John Eckersberg
ca7b38f699 Rewrite containers org links to bootc-dev org
Literally just find and replace github.com/containers/bootc with
github.com/bootc-dev/bootc

We have the redirect in place so none of this is really important, but
I figure removing as many instances of the old repo and replacing them
with the current can't hurt for things like search engine
optimization.  Plus some non-zero number of people might assume one is
a fork of the other or something.

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
2025-05-22 09:07:36 -04:00
Colin Walters
85f33a98e2 blockdev: Extend lsblk output with parttype and partuuid
We want parttype in general, for the same reason we wanted
it from `sfdisk`. Prep for maybe using this in bootupd
for https://github.com/coreos/bootupd/issues/837

Signed-off-by: Colin Walters <walters@verbum.org>
2025-02-06 11:24:38 -05:00
Colin Walters
fa4c2b50dd Rename internal blockdev crate to bootc-blockdev
To make a bit clearer this is an internal-to-bootc thing; but also
because other projects like bootupd may start referencing it.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-01-24 13:14:53 -05:00
Colin Walters
4f3e556070 Split off a blockdev internal crate
This code has been forked between bootupd and coreos-installer
and here. This is prep for having bootupd pull it from bootc's
git so we can deduplicate.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-01-22 08:21:00 -05:00