| remastering and .xserverrcForum: Other Help Topics Topic: remastering and .xserverrc started by: charliez  Posted by charliez on July 19 2006,16:53 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?  Posted by ^thehatsrule^ on July 19 2006,16:56 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.  Posted by mikshaw on July 19 2006,17:06 Is /etc/skel/.xserverrc an executeable file?  If not, it will be ignored.  Posted by charliez on July 19 2006,18:03  
 chmod 755 did the trick. Thank you! |