Index: create_esp.sh |
diff --git a/create_esp.sh b/create_esp.sh |
index 5b345e20e1c6e632394fd6d484fb90e6c23caa94..261b8de340e3eee003eaf3fa44eb8a2009893c52 100755 |
--- a/create_esp.sh |
+++ b/create_esp.sh |
@@ -26,8 +26,7 @@ fi |
info "Creating a new esp image at ${FLAGS_to}" anyway. |
# Create EFI System Partition to boot stock EFI BIOS (but not ChromeOS EFI |
-# BIOS). We only need this for x86, but it's simpler and safer to keep the |
-# disk images the same for both x86 and ARM. |
+# BIOS). ARM uses this space to determine which partition is bootable. |
# NOTE: The size argument for mkfs.vfat is in 1024-byte blocks. |
# We'll hard-code it to 16M for now. |
ESP_BLOCKS=16384 |