mirror of
https://gitee.com/liushuncheng-lsc/lfs-livecd.git
synced 2025-01-23 16:12:12 +08:00
ba92e66979
Signed-off-by: liushuncheng <2930054131@qq.com>
14 lines
726 B
Plaintext
14 lines
726 B
Plaintext
我们开始生成initramfs,生成出来的initramfs必须能用才行
|
|
|
|
假如你是lfs sysv,运行该命令:
|
|
dracut --force-add "systemd dracut-systemd systemd-initrd systemd-networkd systemd-sysusers" \
|
|
--add "dm dmsquash-live dmsquash-live-autooverlay kernel-modules bash" \
|
|
--zstd --no-hostonly --no-hostonly-cmdline --no-hostonly-i18n --force \
|
|
--kver 你的内核版本
|
|
|
|
假如你是systemd版本的lfs,运行此命令:
|
|
dracut --add "dm dmsquash-live dmsquash-live-autooverlay kernel-modules bash" \
|
|
--zstd --no-hostonly --no-hostonly-cmdline --no-hostonly-i18n --force \
|
|
--kver 你的内核版本
|
|
|
|
注意你的内核必须支持zstd压缩的initramfs |