]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: Move disk_get_part_uuid into part-discovery.c
authorJan Janssen <medhefgo@web.de>
Sat, 7 Jan 2023 10:21:56 +0000 (11:21 +0100)
committerJan Janssen <medhefgo@web.de>
Wed, 22 Feb 2023 20:54:11 +0000 (21:54 +0100)
commit8e760b3fcde1649517552ca529c13196c0b61021
tree7f35c4703e2c8054d36b588c17ba2ba7ed5acfa9
parent58a80840e61c050811b6d007b6ae008c6af5e8c0
boot: Move disk_get_part_uuid into part-discovery.c

Thematically, they are similar and disk.c is awfully small to warrant
the separation.
src/boot/efi/boot.c
src/boot/efi/disk.c [deleted file]
src/boot/efi/disk.h [deleted file]
src/boot/efi/meson.build
src/boot/efi/part-discovery.c
src/boot/efi/part-discovery.h
src/boot/efi/stub.c