Package: kernel-package
Version: 10.065
Severity: minor

In kernel/pkg/image/postinst the link_in_boot variable is set by
incorrectly checking for image_in_boot from the config file.

119c119
<       $link_in_boot    = "" if /image_in_boot\s*=\s*(no|false|0)\s*$/ig;
---
>       $link_in_boot    = "" if
>       /link_in_boot\s*=\s*(no|false|0)\s*$/ig;
142c142
<       $link_in_boot    = "Yes" if /image_in_boot\s*=\s*(yes|true|1)\s*$/ig;
---
>       $link_in_boot    = "Yes" if
>       /link_in_boot\s*=\s*(yes|true|1)\s*$/ig;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to