I put my customized .xserverrc file into $source/etc/skel/ and $source/home/dsl/ But after I create a new image and burn the ISO then boot from it, my xsetup.sh still runs.
What else do I need to change to prevent xsetup from executing?I'm believe xsetup.sh runs because the parameter 'xsetup' is being passed during boot time. Try looking in the boot cfg's in the {iso/sys}linux folder on the iso.
Also, I don't think you need the home/dsl one.Is /etc/skel/.xserverrc an executeable file? If not, it will be ignored.
Quote (mikshaw @ July 19 2006,13:06)
Is /etc/skel/.xserverrc an executeable file? If not, it will be ignored.
chmod 755 did the trick. Thank you!
original here.