Crates.io | systemd-boot-friend-rs |
lib.rs | systemd-boot-friend-rs |
version | 0.27.3 |
source | src |
created_at | 2021-08-27 00:35:18.600471 |
updated_at | 2024-08-30 09:56:24.60213 |
description | Kernel version manager for systemd-boot |
homepage | https://github.com/AOSC-Dev/systemd-boot-friend-rs |
repository | https://github.com/AOSC-Dev/systemd-boot-friend-rs |
max_upload_size | |
id | 442826 |
size | 113,665 |
A kernel version manager for systemd-boot
First initialize friend and systemd-boot, this will also install the newest kernel to the specific path for systemd-boot.
sbf init
You can also manually select the kernel(s) you would like to register as boot entry(s).
sbf install-kernel
Subcommands are also supported, you may look up for them by executing the following command.
sbf --help
For further information, visit https://wiki.aosc.io/software/systemd-boot-friend/
cargo build --release
install -Dm755 target/release/systemd-boot-friend /usr/local/bin/systemd-boot-friend
PREFIX=/usr/local ./install-assets.sh
Or from crates.io
cargo install systemd-boot-friend-rs
Building:
Runtime: