bios: also support system with no /boot part
[platform/adaptation/setup-scripts.git] / setup-extlinux-conf
index f06c95e..2d5ce96 100755 (executable)
@@ -211,7 +211,7 @@ add_subcommand()
 
        local block="label $label
        menu label $title ($kernel_version)
-       linux /$kernel
+       linux ../$kernel
        append $options"
 
        printf "\n%s\n" "$block" >> "$conf_file"