diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-13 13:46:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-16 10:53:05 +0100 |
commit | 558822c2e1b83808078e00c82b19fd303351db2f (patch) | |
tree | 510c0a016c586353d9f646214ab5079f6de56f0a /eclass | |
parent | kernel-install.eclass: Update symlink before installing (diff) | |
download | gentoo-558822c2e1b83808078e00c82b19fd303351db2f.tar.gz gentoo-558822c2e1b83808078e00c82b19fd303351db2f.tar.bz2 gentoo-558822c2e1b83808078e00c82b19fd303351db2f.zip |
kernel-install.eclass: Include SLOT in --config suggestion
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-install.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 33ff69fc2528..cfd8ec0b7c58 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -308,7 +308,7 @@ kernel-install_pkg_pretend() { elog "If you decide to install linux-firmware later, you can rebuild" elog "the initramfs via issuing a command equivalent to:" elog - elog " emerge --config ${CATEGORY}/${PN}" + elog " emerge --config ${CATEGORY}/${PN}:${SLOT}" fi fi } |