弱龄寄事外,委怀在琴书。这篇文章主要讲述Linux From Scratch(LFS11.0)构建 LFS 系统 - GRUB-2.06相关的知识,希望能为你提供帮助。
GRUB 软件包包含 “大统一” (GRand Unified) 启动引导器。
安装 GRUB解压软件包:
cd /sources
tar -xf grub-2.06.tar.xz
cd grub-2.06
准备编译 GRUB:
./configure --prefix=/usr\\
--sysconfdir=/etc\\
--disable-efiemu\\
--disable-werror
编译该软件包:
make
不推荐运行该软件包的测试套件。许多测试依赖于在 LFS 的有限环境中不存在的软件包。如果一定要进行测试,运行 make check。
安装该软件包:
make install
mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions
安装完成后清理工作:
cd ..
rm -rf grub-2.06
公众号:Lucifer三思而后行
【Linux From Scratch(LFS11.0)构建 LFS 系统 - GRUB-2.06】
推荐阅读
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Gzip-1.10
- Linux From Scratch(LFS11.0)使 LFS 系统可引导 - 使用 GRUB 设定引导过程
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Systemd-249
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Kbd-2.4.0
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Vim-8.2.3337
- Linux From Scratch(LFS11.0)收尾工作
- Linux From Scratch(LFS11.0)构建 LFS 系统 - MarkupSafe-2.0.1
- 使用WPBakery Page Builder将行保存为模板不起作用
- Scratch wordpress主题未显示page.php的页面内容