Updated the kernel version. The 'uefi' build 'hides' the boot catalog in subfolder. Minor website cleanup.

This commit is contained in:
Ivan Davidov 2018-01-28 16:13:23 +02:00
parent 2a0dc401b2
commit f848a398c4
3 changed files with 2 additions and 5 deletions

View File

@ -238,9 +238,6 @@
<li>
<strong>Custom MLL boot logo</strong> - the MLL boot logo is provided as separate overlay bundle. However, it is different from the other overlay bundles because it doesn't add overlay functionality. Instead, this overlay bundle "injects" the custom MLL boot logo in the kernel source tree and triggers small kernel rebuild. This overlay bundle is enabled by default.
</li>
<li>
TODO...
</li>
</ul>
</div>
<div style="font-size: 10%;">&nbsp;</div>

View File

@ -11,7 +11,7 @@
#
# http://kernel.org
#
KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.14.8.tar.xz
KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v4.x/linux-4.14.12.tar.xz
# You can find the latest GNU C library source bundles here:
#

View File

@ -13,7 +13,7 @@ uefi() {
# USB flash drive, e.g. 'dd if=minimal_linux_live.iso of=/dev/sdb'.
xorriso -as mkisofs \
-isohybrid-mbr $WORK_DIR/syslinux/syslinux-*/bios/mbr/isohdpfx.bin \
-c boot.cat \
-c boot/boot.cat \
-e boot/uefi.img \
-no-emul-boot \
-isohybrid-gpt-basdat \