Skip to content
Snippets Groups Projects
Commit d7b13b48 authored by Philip Müller's avatar Philip Müller
Browse files

[kernels] remove double entry

parent 04ab714f
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,7 @@ else
title="$kopt";
fi;
done
menuentry "From CD/DVD/ISO: @DIST_NAME@.@ARCH@ @PROFILE@ " --class=@DIST_NAME@.@ARCH@ "$title" {# set arguments above with the editor
linux /boot/vmlinuz-$2
initrd /boot/intel_ucode.img /boot/initramfs-@ARCH@.img
}
menuentry "From Stick/HDD: @DIST_NAME@.@ARCH@ @PROFILE@ " --class=@DIST_NAME@.@ARCH@ "$title fromhd" {# set arguments above with the editor
menuentry "Boot: @DIST_NAME@.@ARCH@ @PROFILE@ " --class=@DIST_NAME@.@ARCH@ "$title" {# set arguments above with the editor
linux /boot/vmlinuz-$2
initrd /boot/intel_ucode.img /boot/initramfs-@ARCH@.img
}
......
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