1
0
mirror of git://projects.qi-hardware.com/nanobits.git synced 2025-04-21 12:27:27 +03:00

ben-time-set.sh finally close to done.. needs real world

Added Tweaks dir
  - modified /etc/profile
  - New /etc/banner with ben name and Qi logo
This commit is contained in:
Freemor
2011-11-04 22:15:34 -03:00
parent cea84ae1ad
commit ac84168269
6 changed files with 458 additions and 407 deletions

10
tweaks/etc/banner Normal file
View File

@@ -0,0 +1,10 @@
_______ _____ _____ ___ _
_______ | \ | | | \ | |
_______ | / | |_ | | \| |
| |----< | | | |\ | |
| | \ | | | | \ |
L |_____/ |_____| |_| \__|
=== N A N O N O T E ===
Open Hardware That Rocks!
Powered by OpenWRT
---------------------------------------

18
tweaks/etc/profile Normal file
View File

@@ -0,0 +1,18 @@
#!/bin/sh
setfont /usr/share/kbd/consolefonts/kernel-6x11-font
[ -f /etc/banner ] && cat /etc/banner
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)
export HOME=${HOME:-/root}
export PS1='\u@\h:\w\$ '
[ -x /bin/more ] || alias more=less
[ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi
[ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc
[ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; }
[ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
setfont /usr/share/kbd/consolefonts/kernel-6x11-font