Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
[util-live] copy also .config for root user from skel
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro committed Jun 28, 2016
1 parent 5534f02 commit cb0c429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util-live.sh
Expand Up @@ -369,7 +369,7 @@ configure_env(){
configure_user_root(){
# set up root password
echo "root:${password}" | chroot $1 chpasswd
cp /etc/skel/.{bash_profile,bashrc,bash_logout,extend.bashrc} /root/
cp /etc/skel/.{bash_profile,bashrc,bash_logout,extend.bashrc,config} /root/
}

configure_displaymanager_autologin(){
Expand Down

1 comment on commit cb0c429

@philmmanjaro
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.