Copy files to /etc/skel in liveimage, stops it from booting to gui
Hello
My logic/thinking says, copying files to /etc/skel should not make the liveimage stopping to boot to GUI at all. However, its just like that.
I have done several builds, and it booted always fine to GUI, as long no files were copied to /etc/skel...
Here's a list of files and folders i want in the skel dir:
✔ ~/prjs/iso-awesome-sea/skel $ find|sort
.
./.bash_logout
./.bash_profile
./.bashrc
./cheatsheet-awesomewm-hotkeys.txt
./.config
./.config/autostart
./.config/autostart/first-boot.sh
./.config/autostart/first.sh
./.config/dconf
./.config/dconf/user
./.config/gedit
./.config/gedit/tools
./.config/gtk-2.0
./.config/gtk-2.0/bookmarks
./.config/gtk-3.0
./.config/gtk-3.0/bookmarks
./.config/libfm
./.config/libfm/libfm.conf
./.config/lxterminal
./.config/lxterminal/lxterminal.conf
./.config/pcmanfm
./.config/pcmanfm/default
./.config/pcmanfm/default/pcmanfm.conf
./.config/prompt-colored-status.sh
./.config/user-dirs.dirs
./data
./.gtk-bookmarks
./.local
./.local/bin
./mm
./mm/pics
./mm/snd
./mm/vids
./net
./net/dls
./net/fas
./net/pub
./net/web
./notepad
./priv
./priv/cloud
./priv/docs
./priv/templates
./prjs
./README
For one build, i've accidently copied the folder containing/providing these files, and that build booted just fine, because the files were not properly placed.
So it then looked like: /etc/skel/skel within the liveimage.
The task of copy the files is working, the files are in place, 'that is' why it wont boot to GUI directly, however, editing the grubline on the liveimage to boot to init 3, then manualy changing to init 5, works just fine...
Any advice, ideas please?
Thank you in advance
Seems like something is preventing the liveuser from autologin. What if you only the .config/dconf/user file from /etc/skel. Where are these files being copied from? Another users home directory?