Browse Source

fix filename in boot loader config

Waldemar Brodkorb 15 years ago
parent
commit
ac7cc9f59d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      target/lemote/Makefile
  2. 1 1
      target/lemote/files/boot/boot.cfg

+ 2 - 2
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)'

+ 1 - 1
target/lemote/files/boot/boot.cfg

@@ -3,5 +3,5 @@ default 0
 showmenu 1
 
 title Linux
-	kernel /dev/fs/ext2@wd0/boot/lemote-mips-kernel
+	kernel /dev/fs/ext2@wd0/boot/lemote-encrypted-kernel
 	args no_auto_cmd root=/dev/mapper/root resume=/dev/mapper/swap