]> git.ipfire.org Git - thirdparty/systemd.git/commit
prompt-util: add generic prompt loop implementation
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Aug 2025 11:41:24 +0000 (13:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 24 Sep 2025 13:46:30 +0000 (15:46 +0200)
commitfa350969ab10669ff2467359ebf785ce0be39fd9
tree6a4a225ed1723a6d93ed95ef75254a38714421b0
parent74b8ab014b12807d7ca68ee617cf54ad5c6553c5
prompt-util: add generic prompt loop implementation

This is a generalization of the logic in systemd-firstboot. This also
ports over firstboot.c to make use of the new generalization.
src/firstboot/firstboot.c
src/shared/meson.build
src/shared/prompt-util.c [new file with mode: 0644]
src/shared/prompt-util.h [new file with mode: 0644]