Package: release-notes
Severity: minor

In Section 4.6.1 of the Release Notes for buster, this command is suggested:

    dpkg -l "linux-image*" | grep ^ii | grep -i meta

I believe this should be:

    dpkg -l "linux-image*" | egrep ^ii | grep -i meta

Best regards,
Stefan Kangas

Reply via email to