diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-07-16 14:20:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-07-16 14:20:52 +0200 |
commit | 6938f1449a047e719e27ca618524f68e7b759bb6 (patch) | |
tree | a5ae7b373bd1d9701feb73d8a8124cd72f883ed6 /target/x86_64 | |
parent | 64268b9c6d44b34b40de561df44c00fba3b12e89 (diff) |
fix usb install to pcengines-apu
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile index e4e0c4d1d..f90498fa5 100644 --- a/target/x86_64/Makefile +++ b/target/x86_64/Makefile @@ -80,7 +80,7 @@ ifeq ($(ADK_TARGET_FS),usb) targethelp: @echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}' @echo "To install everything to USB use:" - @echo "sudo ./scripts/install.sh -t /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)" + @echo "sudo ./scripts/install.sh -g -t default /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)" endif ifeq ($(ADK_TARGET_FS),iso) targethelp: |