Added a sed to remove DefaultColorDepth from the xorg.conf.in provided by mkxf86config for bug #222691.

svn path=/trunk/; revision=550
This commit is contained in:
Chris Gianelloni 2008-06-24 16:51:58 +00:00
parent 4c2823b7c6
commit 584b46caca
2 changed files with 13 additions and 3 deletions

View file

@ -2,12 +2,16 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $Header: $
24 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org> scripts/livecd.sh:
Added a sed to remove DefaultColorDepth from the xorg.conf.in provided by
mkxf86config for bug #222691.
13 Jun 2008; <ranger@gentoo.org> 13 Jun 2008; <ranger@gentoo.org>
specs/ppc/ppc64/power5, specs/ppc/ppc64/g5 specs/ppc/ppc64/power5, specs/ppc/ppc64/g5:
Updating chost reference on 32ul for power5 and minor typos for g5 64UL stages Updating chost reference on 32ul for power5 and minor typos for g5 64UL stages
13 Jun 2008; <ranger@gentoo.org> 13 Jun 2008; <ranger@gentoo.org>
specs/ppc/ppc64/installcd-stage2-universal.spec specs/ppc/ppc64/installcd-stage2-universal.spec :
Updating kernel references to 2.6.24 Updating kernel references to 2.6.24
18 Jun 2008; Raúl Porcel <armin76@gentoo.org> 18 Jun 2008; Raúl Porcel <armin76@gentoo.org>
@ -17,7 +21,7 @@
Add SCSI cdrom support to ia64 installcd, rename the kconfig to 2.6.24 Add SCSI cdrom support to ia64 installcd, rename the kconfig to 2.6.24
13 Jun 2008; <ranger@gentoo.org> 13 Jun 2008; <ranger@gentoo.org>
kconfigs/powerpc/ kconfigs/powerpc/:
Updating kernel configs to 2.6.24 and fixing pcmcia borkage Updating kernel configs to 2.6.24 and fixing pcmcia borkage
12 Jun 2008; <armin76@gentoo.org> 12 Jun 2008; <armin76@gentoo.org>

View file

@ -60,3 +60,9 @@ then
fi fi
EOF EOF
#[ -x /usr/bin/ktelnet ] && ln -sf /usr/bin/ktelnet /usr/bin/telnet
#[ -x /usr/bin/kftp ] && ln -sf /usr/bin/kftp /usr/bin/ftp
# Remove DefaultColorDepth
[ -e /etc/X11/xorg.conf.in ] && sed -i -e '/DefaultColorDepth/d' /etc/X11/xorg.conf.in