Skip to content

Commit

Permalink
Update README for RPi 1 & RPi 1B
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 17, 2024
1 parent d3e3302 commit a7ddf68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.raspberry.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ This might result in a continuous pending kernel update false positive. There
is a configuration option in needrestart to filter the kernel image filenames to
ignore the unused image files.

### RPi 1 or RPi 1B

```shell
$ cat << 'EOF' > /etc/needrestart/conf.d/kernel.conf
# Filter kernel image filenames by regex. This is required on Raspian having
# multiple kernel image variants installed in parallel.
$nrconf{kernelfilter} = qr(vmlinuz-.*-v6$);
EOF
```

### RPi 2 or RPi 3

```shell
Expand Down

0 comments on commit a7ddf68

Please sign in to comment.