diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-20 11:33:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-20 11:33:29 +0200 |
commit | 7310c677852c7a925c55922481052ad0ff7c8310 (patch) | |
tree | 275ec74ed3c4cd35a4ebe5eadc6afb24026de254 /target | |
parent | 613d9ef98b6a95890f4ea56b921f9047670fe2d1 (diff) |
make tmpfs size configurable via /etc/tmpfs
Diffstat (limited to 'target')
-rw-r--r-- | target/lemote/Makefile | 1 | ||||
-rw-r--r-- | target/lemote/files/etc/tmpfs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/lemote/Makefile b/target/lemote/Makefile index d79f1e270..8f8042827 100644 --- a/target/lemote/Makefile +++ b/target/lemote/Makefile @@ -24,6 +24,7 @@ createinitcrypt: ifeq ($(FS),nfsroot) imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL) + @cp $(LINUX_DIR)/vmlinuz $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel' @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSUSERTARBALL}' @echo 'Boot your lemote and type following commands in PMON:' diff --git a/target/lemote/files/etc/tmpfs b/target/lemote/files/etc/tmpfs new file mode 100644 index 000000000..08558e471 --- /dev/null +++ b/target/lemote/files/etc/tmpfs @@ -0,0 +1 @@ +16384 |