From ac7cc9f59d266bc330303e7afb65693ceb715831 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 4 Mar 2010 19:12:31 +0100 Subject: fix filename in boot loader config --- target/lemote/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/lemote/Makefile') diff --git a/target/lemote/Makefile b/target/lemote/Makefile index 3426ba3eb..ec09c0716 100644 --- a/target/lemote/Makefile +++ b/target/lemote/Makefile @@ -41,9 +41,9 @@ imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL) @echo 'Login as user root with password linux123 via ssh or console' endif ifeq ($(FS),encrypted) -imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) createinitcrypt +imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL) createinitcrypt @echo 'The kernel+cryptinit file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel' - @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" + @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFUSERSTARBALL)" @echo 'Boot your lemote via NFS or USB.' @echo 'Then create at least three partitions with fdisk:' @echo '/dev/sda1 (ext2)' -- cgit v1.2.3