From cb0c429c920326c4ae3ef9506038429e2e542a1d Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 29 Jun 2016 01:20:38 +0200 Subject: [PATCH] [util-live] copy also .config for root user from skel --- lib/util-live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-live.sh b/lib/util-live.sh index 4fc8916..6501690 100644 --- a/lib/util-live.sh +++ b/lib/util-live.sh @@ -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(){