summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-12 21:45:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-12 21:45:42 +0100
commit14078e67646c59cf03ba6dee3eb66dd11f78aa77 (patch)
tree8c5c1590a21236d31024a2408bf16cc03f105ac8 /target/x86_64
parent64164ed655dfa14ee6e7ecace6ce51ec41f48c44 (diff)
fix help text, make bootup work for grub-pc
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index 6445cff6c..e4b53e1b0 100644
--- a/target/x86_64/Makefile
+++ b/target/x86_64/Makefile
@@ -90,10 +90,10 @@ endif
ifeq ($(ADK_TARGET_FS),genimage)
targethelp:
@echo "The disk image is: $(FW_DIR)/disk.img"
- @echo "Use following command to install it on SD card:"
ifeq ($(ADK_TARGET_QEMU),y)
@echo 'qemu-system-${QEMU_ARCH} ${QEMU_ARGS} $(FW_DIR)/disk.img'
else
+ @echo "Use following command to install it on SD card:"
@echo 'sudo dd if=$(FW_DIR)/disk.img of=/dev/sdX bs=2048k'
endif
endif