From 580bbf5faa986b9b8cf7f4315862e89d3d791f4d Mon Sep 17 00:00:00 2001 From: Adel Kara Slimane Date: Wed, 8 Dec 2021 17:30:07 +0100 Subject: [PATCH] README: Generic Install: state that deps need to be manually installed (#370) * README: Generic install: clarification about deps * README: Generic install: improve sentence * README: Generic Install: even better phrasing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba08734..b9a9f6b 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ sudo dracut --force --hostonly --kver $_kernelname $_dracut_options sudo grub-mkconfig -o /boot/grub/grub.cfg ``` **Notes:** +- All the needed dependencies to patch, configure, compile or install the kernel are expected to be installed by the user beforehand. - If you only want the script to patch the sources in `linux-src-git`, you can use `./install.sh config` - `${kernel_flavor}` is a default naming scheme but can be customized with the variable `_kernel_localversion` in `customization.cfg`. - `_dracut_options` is a variable that can be changed in `customization.cfg`.