Compare commits
No commits in common. "c97772ecbb0268fe8ace81c34fabec48641a1d98" and "3145d5a75c6df2705d80b27143c19e6cc956cf62" have entirely different histories.
c97772ecbb
...
3145d5a75c
|
@ -22,8 +22,8 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
|
||||||
# now run any rc scripts
|
# now run any rc scripts
|
||||||
::sysinit:/etc/init.d/rcS
|
::sysinit:/etc/init.d/rcS
|
||||||
|
|
||||||
# Put a shell on serial and tmux on console
|
# Put a shell on serial and console
|
||||||
console::respawn:-/bin/bash -c /bin/tmux
|
console::respawn:-/bin/bash
|
||||||
ttyS0::respawn:-/bin/bash
|
ttyS0::respawn:-/bin/bash
|
||||||
|
|
||||||
# Stuff to do for the 3-finger salute
|
# Stuff to do for the 3-finger salute
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
export EDITOR=/bin/vi
|
export EDITOR=/bin/vi
|
||||||
export SHELL=/bin/bash
|
|
||||||
export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
|
export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
|
||||||
export PS1="[\h \t] \\$ "
|
export PS1="[\h \t] \\$ "
|
||||||
export GNUPGHOME=/.gnupg
|
export GNUPGHOME=/.gnupg
|
||||||
|
|
Loading…
Reference in New Issue