Added some comments.

This commit is contained in:
Ivan Davidov 2017-12-18 04:03:24 +02:00 committed by GitHub
parent e24bdc3e3e
commit 66c35aa7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,8 @@ prepare_boot_bios() {
$ISOIMAGE/boot/syslinux
}
# Genrate 'El Torito' boot image as per UEFI sepcification 2.7,
# sections 13.3.1.x and 13.3.2.x.
prepare_boot_uefi() {
# Find the build architecture based on the BusyBox executable.
BUSYBOX_ARCH=$(file $ROOTFS/bin/busybox | cut -d' ' -f3)