├── LICENSE ├── Makefile ├── README.md ├── contrib └── pacman │ └── 99-sign-efi.hook ├── docs ├── asciidoc.conf └── efi-roller.8.txt └── efi-roller /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Foxboron/efi-roller/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Foxboron/efi-roller/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Foxboron/efi-roller/HEAD/README.md -------------------------------------------------------------------------------- /contrib/pacman/99-sign-efi.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Foxboron/efi-roller/HEAD/contrib/pacman/99-sign-efi.hook -------------------------------------------------------------------------------- /docs/asciidoc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Foxboron/efi-roller/HEAD/docs/asciidoc.conf -------------------------------------------------------------------------------- /docs/efi-roller.8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Foxboron/efi-roller/HEAD/docs/efi-roller.8.txt -------------------------------------------------------------------------------- /efi-roller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Foxboron/efi-roller/HEAD/efi-roller --------------------------------------------------------------------------------