From 107e95cd028c183f73705bf04a5dc2b99fa1c258 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 17 Sep 2009 19:19:28 +0200 Subject: add a method to avoid /tmp as tmpfs - useful f.e. for a shuttle pc - fix tty permissions, needed for non-root users --- target/native/files/etc/mdev.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/native') diff --git a/target/native/files/etc/mdev.conf b/target/native/files/etc/mdev.conf index 82171d8ed..363d02262 100644 --- a/target/native/files/etc/mdev.conf +++ b/target/native/files/etc/mdev.conf @@ -9,6 +9,6 @@ kmem 0:0 000 mem 0:0 0640 port 0:0 0640 ptmx 0:0 666 -tty 0:0 0660 +tty 0:0 0666 ttyS* 0:0 640 .* 0:0 644 @/lib/mdev/init -- cgit v1.2.3 From d63f2d892822f2a9e494d86c49e46f20c281ad5e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Sep 2009 18:58:46 +0200 Subject: remove admin account, add message after build how to login to the system --- target/native/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/native') diff --git a/target/native/Makefile b/target/native/Makefile index 5ea9d04c0..4f38c3a0b 100644 --- a/target/native/Makefile +++ b/target/native/Makefile @@ -14,4 +14,5 @@ imageinstall: $(BIN_DIR)/$(INITRAMFS) cp $(LINUX_DIR)/arch/x86/boot/bzImage $(BIN_DIR)/${DEVICE}-${ARCH}-kernel @echo 'The kernel file is: ${BIN_DIR}/${DEVICE}-${ARCH}-kernel' @echo 'The initramfs image is: ${BIN_DIR}/${INITRAMFS}' + @echo 'Login as user root with password linux123 via ssh or console' endif -- cgit v1.2.3