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.
1 parent f65e559 commit 35a9875Copy full SHA for 35a9875
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