Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tewaro committed Dec 7, 2024
1 parent 446b7a0 commit 391533e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions module/MODULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ In the case with this menu:
Something like:
`GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.14.31-041431-generic"`

Then the following is sufficient to ensure things work:
### Booting Into the New Kernel

Where `"1>0"` is the short string corresponding to the kernel you want to boot into.
Then the following will help boot into the new kernel after the installation.

```shell
sudo grub-reboot "1>0" && sudo reboot
```

Where `"1>0"` is the short string corresponding to the kernel you want to boot into.

## Build and Deploy Kernel

This should mostly be handled by `make -C module -j$(nproc) ${MODULE}/lib`.
Expand Down

0 comments on commit 391533e

Please sign in to comment.