Move custom files into their respective bbhn_packages

See
changeset:801f0e110c058d73fc7d2bd4b930305d89b3ce76/bbhn_packages
changeset:801f0e110c058d73fc7d2bd4b930305d89b3ce76/bbhn_packages
This commit is contained in:
Conrad Lara - KG6JEI 2013-12-07 16:15:10 -08:00
parent f6a0b09c6f
commit c1bfe4dd19
2 changed files with 0 additions and 28 deletions

View File

@ -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

View File

@ -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 $*; }