diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:23 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:23 +0200 |
commit | 4a992637066b9cb25b57b9122707e5e5ecfcaf0d (patch) | |
tree | 946aa6d8ad15700885f3960b5cb5cf5eb2eef866 /src/scripts/13hack.sh | |
parent | d80c8552b60d499dbec7fb37e09ab8fc4145ce2d (diff) | |
download | vyos-live-build-4a992637066b9cb25b57b9122707e5e5ecfcaf0d.tar.gz vyos-live-build-4a992637066b9cb25b57b9122707e5e5ecfcaf0d.zip |
Adding live-package 0.99.7-1.
Diffstat (limited to 'src/scripts/13hack.sh')
-rw-r--r-- | src/scripts/13hack.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scripts/13hack.sh b/src/scripts/13hack.sh index 3468c57d9..bd3a33537 100644 --- a/src/scripts/13hack.sh +++ b/src/scripts/13hack.sh @@ -11,7 +11,8 @@ Hack_xorg () { - if [ -f "${LIVE_CHROOT}/etc/X11/xorg.conf" ] #&& [ "${LIVE_DISTRIBUTION_EXPERIMENTAL}" != "yes" ] + # xserver-xorg << 7.1 + if [ -f "${LIVE_CHROOT}/etc/X11/xorg.conf" ] && [ "${LIVE_DISTRIBUTION}" = "testing" ] then # Comment "BusID" line and set driver to "vesa" sed -i -e 's/\(^.*BusID.*\)/#\1/g' -e '/Section "Device"/,/EndSection/ s/\(.*Driver.*"\).*\(".*\)/\1vesa\2/g' "${LIVE_CHROOT}"/etc/X11/xorg.conf |