]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: add boot loader and firmware interface tool
authorKay Sievers <kay@vrfy.org>
Fri, 8 Feb 2013 16:24:43 +0000 (17:24 +0100)
committerKay Sievers <kay@vrfy.org>
Mon, 11 Feb 2013 18:35:52 +0000 (19:35 +0100)
commit7b4d7cc08283e5485dcfa49ffdf1915de1d5e81b
treefc73d48c2f124bf27a3c47979a3e28f825eb8902
parentc937e0d5c579863677e0fcb5508517f7714c332d
bootctl: add boot loader and firmware interface tool
.gitignore
Makefile.am
src/boot/boot-efi.c [new file with mode: 0644]
src/boot/boot-loader.c [new file with mode: 0644]
src/boot/boot-loader.h [new file with mode: 0644]
src/boot/boot.h [new file with mode: 0644]
src/boot/bootctl.c [new file with mode: 0644]
src/shared/efivars.c
src/shared/efivars.h
src/shared/utf8.c