mirror of https://github.com/aredn/aredn.git
Move custom files into their respective bbhn_packages
See changeset:801f0e110c058d73fc7d2bd4b930305d89b3ce76/bbhn_packages changeset:801f0e110c058d73fc7d2bd4b930305d89b3ce76/bbhn_packages
This commit is contained in:
parent
f6a0b09c6f
commit
c1bfe4dd19
|
@ -1,14 +0,0 @@
|
|||
#!/bin/sh
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
cat << EOF
|
||||
=== IMPORTANT ============================
|
||||
|
||||
Use 'mount_root' before changing anything, including the password
|
||||
Use 'setpasswd' to set your login password
|
||||
When finished, cycle the power to reboot
|
||||
|
||||
=== IMPORTANT ============================
|
||||
EOF
|
||||
|
||||
exec /bin/ash --login
|
|
@ -1,14 +0,0 @@
|
|||
#!/bin/sh
|
||||
[ -f /etc/banner ] && cat /etc/banner
|
||||
|
||||
export PATH=/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin
|
||||
export HOME=/tmp
|
||||
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 /sbin/arp ] || arp() { cat /proc/net/arp; }
|
||||
[ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
|
Loading…
Reference in New Issue