[Demudi-commits] r214 - in demudi-debian-cd/trunk: . data/sarge debian

Free Ekanayaka free-guest@haydn.debian.org
Tue, 16 Nov 2004 01:22:30 -0700


Author: free-guest
Date: 2004-11-16 01:22:17 -0700 (Tue, 16 Nov 2004)
New Revision: 214

Modified:
   demudi-debian-cd/trunk/data/sarge/demudi_i386_late_command
   demudi-debian-cd/trunk/debian-cd.conf
   demudi-debian-cd/trunk/debian/changelog
Log:
  * Using mtrr instead of ypan for vesafb

Modified: demudi-debian-cd/trunk/data/sarge/demudi_i386_late_command
===================================================================
--- demudi-debian-cd/trunk/data/sarge/demudi_i386_late_command	2004-11-16 08:18:08 UTC (rev 213)
+++ demudi-debian-cd/trunk/data/sarge/demudi_i386_late_command	2004-11-16 08:22:17 UTC (rev 214)
@@ -27,7 +27,7 @@
 fi
 if [ -x $grub ] && [ -f $splash ]; then
     ln -sf $splash /boot/grub/splash.xpm.gz
-    sed -i -e 's/^# kopt=\(.*\)/# kopt=\1 vga=791 video=vesafb:ypan/g' /boot/grub/menu.lst
+    sed -i -e 's/^# kopt=\(.*\)/# kopt=\1 vga=791 video=vesafb:mtrr/g' /boot/grub/menu.lst
     $grub
 else
 	echo "Failed to install the splash image"

Modified: demudi-debian-cd/trunk/debian/changelog
===================================================================
--- demudi-debian-cd/trunk/debian/changelog	2004-11-16 08:18:08 UTC (rev 213)
+++ demudi-debian-cd/trunk/debian/changelog	2004-11-16 08:22:17 UTC (rev 214)
@@ -23,6 +23,7 @@
   * Added base_include for extra base system packages
   * Better documentation in README.Debian
   * Customising /etc/skel/.bash_profile with the late command
+  * Using mtrr instead of ypan for vesafb
 
  -- Free Ekanayaka <free@agnula.org>  Sun, 31 Oct 2004 10:14:37 +0100
  
\ No newline at end of file

Modified: demudi-debian-cd/trunk/debian-cd.conf
===================================================================
--- demudi-debian-cd/trunk/debian-cd.conf	2004-11-16 08:18:08 UTC (rev 213)
+++ demudi-debian-cd/trunk/debian-cd.conf	2004-11-16 08:22:17 UTC (rev 214)
@@ -273,7 +273,7 @@
 
 # Parameters to pass to kernel when the CD boots. Not currently supported
 # for all architectures.
-export KERNEL_PARAMS="preseed/file=/cdrom/.disk/preseed vga=791 video=vesafb:ypan debconf/priority=critical mirror/suite=sarge"
+export KERNEL_PARAMS="preseed/file=/cdrom/.disk/preseed vga=791 video=vesafb:mtrr debconf/priority=critical mirror/suite=sarge"
 
 # If set, limits the number of binary CDs to produce.
 #export MAXCDS=1