We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f65e559 + 35a9875 commit e5fc204Copy full SHA for e5fc204
suse/mkinitrd-suse.sh
@@ -197,7 +197,8 @@ default_kernel_images() {
197
# check for usrmerged kernel. in That case the link point to
198
# /usr/lib/modules
199
link=$(readlink "$boot_dir/$kernel_image")
200
- [ "${link#/usr/lib/modules}" = "$link" ] && continue
+ [ "${link#/usr/lib/modules}" = "$link" ] && \
201
+ [ "${link#../usr/lib/modules}" = "$link" ] && continue
202
fi
203
[ "${kernel_image%%.gz}" != "$kernel_image" ] && continue
204
0 commit comments