summaryrefslogtreecommitdiff
path: root/target/mips
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-08-18 09:21:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-08-18 09:21:56 +0200
commit7ad4718344369cccceab5c525a1c2ad2619544e6 (patch)
treeb55bf3a5e038a80624eaaa5feb762d552df6f213 /target/mips
parent87d7150ea9c117b54c9989d5df734887cb20eb63 (diff)
use create.sh as non-root
Diffstat (limited to 'target/mips')
-rw-r--r--target/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile
index 30bca1779..a378db4c7 100644
--- a/target/mips/Makefile
+++ b/target/mips/Makefile
@@ -115,7 +115,7 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
ifneq ($(ADK_HARDWARE_QEMU),)
@echo "Use following command to create a QEMU Image:"
- @echo "sudo ./scripts/create-image.sh -f $(ADK_TARGET_ROOTFS) qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)"
+ @echo "./scripts/create.sh +g qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo "Start qemu with following options:"
@echo 'qemu-system-${CPU_ARCH} -nographic -M malta -net user,hostfwd=tcp::2222-:22 -net nic,model=pcnet -kernel $(BIN_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img'
endif