diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-21 19:28:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-21 19:28:57 +0100 |
commit | 1bee5acd7342c67029f6793d839230f56b17d7c0 (patch) | |
tree | fe82812ab3a3436ebd9265ef4ed09403dd694c0d /target/x86 | |
parent | cc385a58eaf582110bb47b364af00830bc3fbff8 (diff) |
archive rootfs includes kernel in tarball
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/x86/Makefile b/target/x86/Makefile index dc4edf146..d33bd7246 100644 --- a/target/x86/Makefile +++ b/target/x86/Makefile @@ -27,8 +27,6 @@ createinitcrypt: ifeq ($(FS),archive) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) - @cp $(KERNEL) ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel - @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel' @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" ifeq ($(ADK_HARDWARE_QEMU_X86),y) @echo "Use following command to create a QEMU Image:" |