Skip to content
Snippets Groups Projects
Commit a6a623eb authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Drop our delta in 85-initrd.install

parent a7d2dc7f
No related branches found
No related tags found
1 merge request!87Update from debian/bookworm for apertis/v2024dev2
......@@ -10,7 +10,7 @@ INITRD_SRC="/boot/initrd.img-$KERNEL_VERSION"
[ "$COMMAND" = add ] || exit 0
if [ "$#" -gt 5 ]; then
if [ "$#" -ge 5 ]; then
# Explicit initrd paths were passed, fall through to default 90-loaderentry.install handling;
# we'd be either injecting an unwanted image or, worse, overriding a user-provided one
exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment