PHP 8.5.2
Preview: README.raspberry.md Size: 687 B
//usr/share/doc/needrestart/README.raspberry.md

needrestart - Raspberry Pi
==========================

Raspbian and other linux distros are installing multiple kernel images in
parallel:

- `kernel.img`
- `kernel7.img`
- `kernel7l.img`
- `kernel8.img`

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. To filter the kernel image on a RPi 2 or RPi 3:

```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(kernel7\.img);
EOF
```

Directory Contents

Dirs: 1 × Files: 11

Name Size Perms Modified Actions
examples DIR
- drwxr-xr-x 2026-01-08 12:55:51
Edit Download
3.46 KB lrw-r--r-- 2024-12-05 11:53:51
Edit Download
1.05 KB lrw-r--r-- 2024-01-12 09:01:01
Edit Download
1.22 KB lrw-r--r-- 2022-05-17 14:59:22
Edit Download
928 B lrw-r--r-- 2022-05-17 14:59:22
Edit Download
1.16 KB lrw-r--r-- 2022-05-17 14:59:22
Edit Download
2.40 KB lrw-r--r-- 2024-12-05 11:53:51
Edit Download
3.03 KB lrw-r--r-- 2022-05-17 14:59:22
Edit Download
785 B lrw-r--r-- 2022-05-17 14:59:22
Edit Download
687 B lrw-r--r-- 2022-05-17 14:59:22
Edit Download
493 B lrw-r--r-- 2024-10-15 16:06:55
Edit Download
966 B lrw-r--r-- 2022-05-17 14:59:22
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).