diff options
Diffstat (limited to 'target/lemote/Makefile')
-rw-r--r-- | target/lemote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/lemote/Makefile b/target/lemote/Makefile index 3893c35ba..4a4d4b78f 100644 --- a/target/lemote/Makefile +++ b/target/lemote/Makefile @@ -20,7 +20,7 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo 'Boot your lemote and type following commands in PMON:' @echo 'PMON> ifaddr rtl0 <ip-address-client>' @echo 'PMON> load tftp://<ip-address-server>/lemote-mips-kernel' - @echo 'PMON> g console=tty root=/dev/nfs ip=dhcp init=/init' + @echo 'PMON> g no_auto_cmd root=/dev/nfs ip=dhcp init=/init' endif ifeq ($(FS),initramfs) imageinstall: $(BIN_DIR)/$(INITRAMFS) |