From 06521f6b5d757c617c5d35d8cc3a6e98439aae1d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Jun 2005 10:46:42 +0000 Subject: save X.org conf too on profile switch --- globetrotter/make_live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globetrotter/make_live b/globetrotter/make_live index bfc64ad42..3eebac072 100755 --- a/globetrotter/make_live +++ b/globetrotter/make_live @@ -444,7 +444,7 @@ if ($options{post}) { my $prof_cfg = "$::prefix/etc/netprofile/list"; my @files = map { chomp_($_) } cat_($prof_cfg); # do not save the whole /etc/sysconfig; - push @files, (map { "/etc/X11/$_" } qw(XF86Config XF86Config-4)), + push @files, (map { "/etc/X11/$_" } qw(XF86Config XF86Config-4 xorg.conf)), (map { "/etc/sysconfig/$_" } qw(keyboard harddrake2/previous_hw harddisks)), (map { "/etc/$_" } qw(modprobe.conf modprobe.devfs modprobe.preload modules modules.conf modules.devfs)), qw(/etc/asound.state /etc/fstab /etc/ld.so.conf/GL.conf /etc/shorewall/); -- cgit v1.2.1