changing acpi=off to acpi=ht
authorJohn P. Davis <zhen@gentoo.org>
Fri, 15 Oct 2004 02:54:16 +0000 (02:54 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Fri, 15 Oct 2004 02:54:16 +0000 (02:54 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@465 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
livecd/runscript/x86-archscript.sh

index c361219096ea2dd9495df4039a8ef243dd5bf728..fa9f7cd3a9494425f8d36fbcb9c4cb48b5268e09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.95 2004/10/15 02:48:20 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.96 2004/10/15 02:54:16 zhen Exp $
+
+  14 Oct 2004; <zhen@gentoo.org> livecd/runscript/x86-archscript.sh:
+  acpi=off changed to acpi=ht. enables HT automatically for intel users, but
+  should not hurt non-HT users
 
   12 Oct 2004; John Davis <zhen@gentoo.org>
   targets/embedded/cramfs-runscript.sh, targets/embedded/embedded-chroot.sh,
index f072240bdf3c065ecdfa697496e158e94746e083..af566f526e4a5640ad7fd53aebf51d1bf717cd06 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/x86-archscript.sh,v 1.11 2004/10/15 02:40:00 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/x86-archscript.sh,v 1.12 2004/10/15 02:54:16 zhen Exp $
 
 case $1 in
        kernel)
@@ -76,12 +76,12 @@ case $1 in
                        echo >> ${icfg}
                        echo "label ${x}" >> ${icfg}
                        echo "  kernel ${x}" >> ${icfg}
-                       echo "  append initrd=${x}.igz root=/dev/ram0 init=/linuxrc acpi=off ${cmdline_opts} ${custom_kopts} cdroot vga=791 splash=silent" >> ${icfg}
+                       echo "  append initrd=${x}.igz root=/dev/ram0 init=/linuxrc acpi=ht ${cmdline_opts} ${custom_kopts} cdroot vga=791 splash=silent" >> ${icfg}
                        echo >> ${icfg}
                        echo "   ${x}" >> ${kmsg}
                        echo "label ${x}-nofb" >> ${icfg}
                        echo "  kernel ${x}" >> ${icfg}
-                       echo "  append initrd=${x}.igz root=/dev/ram0 init=/linuxrc acpi=off ${cmdline_opts} ${custom_kopts} cdroot" >> ${icfg}
+                       echo "  append initrd=${x}.igz root=/dev/ram0 init=/linuxrc acpi=ht ${cmdline_opts} ${custom_kopts} cdroot" >> ${icfg}
                        echo >> ${icfg}
                        echo "   ${x}-nofb" >> ${kmsg}
                done