summaryrefslogtreecommitdiff
path: root/libre-testing/barebox/barebox.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing/barebox/barebox.install')
-rw-r--r--libre-testing/barebox/barebox.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre-testing/barebox/barebox.install b/libre-testing/barebox/barebox.install
index dfe689b82..0e019c5f6 100644
--- a/libre-testing/barebox/barebox.install
+++ b/libre-testing/barebox/barebox.install
@@ -5,7 +5,7 @@ install_barebox() {
echo " - which boot media it supports"
echo " - in which order it tries to boot on them"
echo "- The boot media(the microSD or eMMC) is partitioned with MBR"
- echo "- The boot partition has the bootable flag set. It can be set with fdisk."
+ echo "- The boot partition type is 0x0b (W95 FAT32) and has the bootable flag set. Both can be set with fdisk."
echo "- Your boot partition is formatted in FAT12, FAT16 or FAT32"
echo ""
echo "Note that in some case it may not work if your boot media that is smaller than 4GB"