Skip to content

Commit

Permalink
narcissus: update SD image wording
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Mar 9, 2011
1 parent 6ba1b9d commit 6acd563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.php
Expand Up @@ -169,7 +169,7 @@ function show_image_link($machine, $name, $imagesuffix, $manifest, $sdk, $sdkarc
} }


if($foundsdimage == 1) { if($foundsdimage == 1) {
print(" <br/><br/> The raw SD card image(s) below have a vfat partition populated with the bootloader and kernel, but an <b>empty</b> ext3 partition. You can extract the tarball to that partition to make it ready to boot.<br>The intended size for the SD card is encoded in the file name, e.g. 1GiB for a one gigabyte card.<br/><br/> $printstring"); print(" <br/><br/> The raw SD card image(s) below have the intended size for the SD card is encoded in the file name, e.g. 1GiB for a one gigabyte card.<br/><br/> $printstring");
} }


} }
Expand Down

0 comments on commit 6acd563

Please sign in to comment.