aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-11-16 15:04:30 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-11-16 15:04:30 -0800
commite4165acaa8d09c4e032e992dd7d79d312bb781ea (patch)
tree3d0a3249446102054593197ef988de6d7d78d8f2 /gen_cmdline.sh
parentgen_compile: avoid busybox CONFIG_FEATURE_MOUNT_NFS due to libtirpc (diff)
downloadgenkernel-e4165acaa8d09c4e032e992dd7d79d312bb781ea.tar.gz
genkernel-e4165acaa8d09c4e032e992dd7d79d312bb781ea.tar.bz2
genkernel-e4165acaa8d09c4e032e992dd7d79d312bb781ea.zip
gen_compile: firmware-install is obsolete upstream.
Linux, as of v4.14, no longer includes firmware in the source package, and has completely removed the firmware_install target. Users should install the sys-apps/linux-firmware package instead. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'gen_cmdline.sh')
-rwxr-xr-xgen_cmdline.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 1091d4d..203cae8 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -171,7 +171,8 @@ longusage() {
echo " overrides --firmware-dir. For multiple files,"
echo " separate the filenames with a comma"
echo " --firmware-install"
- echo " Enable installation firmware onto root filesystem."
+ echo " Enable installing firmware onto root filesystem"
+ echo " (only available for kernels older than v4.14)"
echo " --integrated-initramfs, --no-integrated-initramfs"
echo " Include/exclude the generated initramfs in the kernel"
echo " instead of keeping it as a separate file"