文件名称:systemd-boot 和 AOSC OS 的内核版本管理器
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-18 13:12:19
systemd-boot-friend-rs
你的 systemd-boot 最好的朋友(用 Rust 实现)systemd-boot 和 AOSC OS 的内核版本管理器用法首先初始化friend和systemd-boot,这也会将最新的内核安装到systemd-boot的特定路径。systemd-boot-friend init您也可以手动选择要安装的内核。systemd-boot-friend也支持子命令,您可以通过执行以下命令来查找它们。systemd-boot-friend --help安装cargo build --release install -Dm755 target/release/systemd-boot-friend-rs /usr/local/bin/systemd-boot-friend依赖关系建造:带货物的锈C编译器make(当使用 GCC LTO 时,Clang 不需要)运行:系统化
【文件预览】:
systemd-boot-friend-rs-master
----.gitignore(8B)
----src()
--------cli.rs(1KB)
--------main.rs(4KB)
--------kernel.rs(6KB)
--------macros.rs(748B)
----Cargo.lock(9KB)
----LICENSE(1KB)
----Cargo.toml(390B)
----README.md(793B)