diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-17 20:20:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-17 20:20:43 +0200 |
commit | 2bb5cef8cead04c1bc47a32680413298c9fa574e (patch) | |
tree | 3ae7b43ff2a2437a5b96386e287617ac7e0d71f3 /target/x86_64 | |
parent | f9907d1324368e873a179f65372002634aae0e20 (diff) |
enable create.sh from Thorsten, fixes cfgfs issues
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 c5e488943..5bfcf3764 100644 --- a/target/x86_64/Makefile +++ b/target/x86_64/Makefile @@ -15,7 +15,7 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) ifeq ($(ADK_TARGET_SYSTEM_QEMU_X86_64),y) @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) @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 qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)" @echo "Start qemu with following command line:" @echo 'qemu-system-x86_64 -nographic -net user,hostfwd=tcp::2222-:22 -net nic,model=e1000 -kernel $(BIN_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img' endif |