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
This commit is contained in:
Adel Kara Slimane
2021-12-08 17:30:07 +01:00
committed by GitHub
parent 10f242d421
commit 580bbf5faa

View File

@@ -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`.