Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 864814 Details for
Bug 909375
sys-kernel/booster-0.10 - fast and secure initramfs generator
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Working booster ebuild
booster-0.10.ebuild (text/plain), 1.15 KB, created by
rogerroger
on 2023-06-29 11:33:18 UTC
(
hide
)
Description:
Working booster ebuild
Filename:
MIME Type:
Creator:
rogerroger
Created:
2023-06-29 11:33:18 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2023 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit go-module optfeature > >DESCRIPTION="Fast and secure initramfs generator" > >HOMEPAGE="https://github.com/anatol/booster" > >SRC_URI="https://github.com/anatol/booster/archive/refs/tags/0.10.tar.gz -> ${P}.tar.gz" >SRC_URI+=" file:///var/db/repos/dev/sys-kernel/booster/booster-0.10-vendor.tar.xz" > >LICENSE="MIT" > >SLOT="0" > >KEYWORDS="~amd64" > >IUSE="+man" > >RDEPEND="app-shells/bash" >DEPEND="${RDEPEND}" >BDEPEND=" >man? ( app-text/ronn-ng )" > >PATCHES=( > "${FILESDIR}/${PN}-fix-console-font-path.patch" > "${FILESDIR}/${PN}-fix-lib-path.patch" >) > >src_compile() { > cd generator > ego build > > cd ../init > ego build > > cd .. > if use man; then > ronn docs/manpage.md > fi >} > >src_install() { > newbin generator/generator booster > exeinto /usr/lib/booster > doexe init/init > if use man; then > newman docs/manpage.1 booster.1 > fi >} > >pkg_postinst() { > optfeature "emergency shell at the boot time" sys-apps/busybox[static] > optfeature "clevis Yubikey challenge-response support" sys-auth/yubikey-personalization-gui > optfeature "systemd-enroll with FIDO2" sys-apps/systemd[fido2] >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 909375
:
864812
|
864813
| 864814