Skip to content
Snippets Groups Projects
Commit 40e3aaf4 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

set $HOME to /tmp on bootup

SVN-Revision: 7068
parent 269c0041
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006 OpenWrt.org
export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export HOME=/tmp
[ -e /etc/preinit.arch ] && . /etc/preinit.arch [ -e /etc/preinit.arch ] && . /etc/preinit.arch
mount_root ${FAILSAFE:+failsafe} mount_root ${FAILSAFE:+failsafe}
exec /sbin/init exec /sbin/init
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment