From: hackbard Date: Wed, 28 Jul 2004 09:11:43 +0000 (+0000) Subject: xorg.conf X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=f9e1046f593aea881f95b88221f7cd20722040cb xorg.conf --- diff --git a/scripts/adapt_local b/scripts/adapt_local index eda31fc..947b64e 100755 --- a/scripts/adapt_local +++ b/scripts/adapt_local @@ -33,7 +33,10 @@ if [ "$config" = "full" ] ; then # kernel config run_it cp $root/usr/src/linux/.config $target/usr/src/linux/.config # x11 + [ -f $root/etc/X11/XF86Config* ] && \ run_it cp $root/etc/X11/XF86Config* $target/etc/X11/ + [ -f $root/etc/X11/xorg.conf* ] && \ + run_it cp $root/etc/X11/xorg.conf* $target/etc/X11/ # hdw config for i in profile fstab hosts host.conf HOSTNAME resolv.conf conf/ ; do run_it rm -rf $target/etc/$i