diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-22 23:49:52 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-22 23:49:52 +0200 |
| commit | 54893039866e0978bd6563e2b7361f7736341163 (patch) | |
| tree | f757d7250af9964234530e8d7f480951ab63c7aa /target/lemote/Makefile | |
| parent | 2c84de509054d770081084ca223f55b67ef945db (diff) | |
| parent | ba0c06d2bb46e087f1782eb76573e0bef735c062 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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) |
