[util-live] reenable minimal live /root setup

This commit is contained in:
udeved 2016-01-24 21:47:21 +01:00
parent 607ebc046e
commit 8289b95458

View file

@ -9,7 +9,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# this util-livecd.sh gets copied to overlay-image/opt/livecd
# this util-live.sh gets copied to overlay-image/opt/livecd
kernel_cmdline(){
for param in $(/bin/cat /proc/cmdline); do
@ -382,7 +382,7 @@ configure_env(){
configure_user_root(){
# set up root password
echo "root:${password}" | chroot $1 chpasswd
#cp -a /etc/skel/. /root/
cp /etc/skel/.{bash_profile,bashrc,bash_logout} /root/
}
configure_displaymanager_autologin(){