diff options
Diffstat (limited to 'backend/modules/install_main')
-rw-r--r-- | backend/modules/install_main | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main index f4c5e61..2cd502f 100644 --- a/backend/modules/install_main +++ b/backend/modules/install_main @@ -276,7 +276,7 @@ function copy_etc_to_target() # xorg.conf debconf-get-selections | grep -e xserver-xorg -e tzdata | chroot_it debconf-set-selections &>/dev/null - rm -f $TARGET/etc/X11/xorg.conf* + #rm -f $TARGET/etc/X11/xorg.conf* chroot_it dpkg-reconfigure -phigh xserver-xorg &>/dev/null # Save ALSA sound volume |