Skip to content

Commit

Permalink
rc.local: Adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed May 4, 2011
1 parent 7cd1449 commit 8507d5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlay/etc/rc.local
Expand Up @@ -33,6 +33,7 @@ if [[ `blkid|grep -o LGLIVE_HOME` ]]; then
mkdir -p /home/gamer
mount -L LGLIVE_HOME /home/gamer
if [[ ! -f "/home/gamer/.xinitrc" ]]; then
# This should only happen if this is a fresh home
su -c "cp -r /etc/skel/.[a-zA-Z0-9]* /home/gamer/"
su -c "cp -r /etc/skel/* /home/gamer/"
fi
Expand Down
File renamed without changes.

0 comments on commit 8507d5e

Please sign in to comment.