updated examples to have console and machine_type
authorEric Edgar <rocket@gentoo.org>
Thu, 2 Feb 2006 17:07:09 +0000 (17:07 +0000)
committerEric Edgar <rocket@gentoo.org>
Thu, 2 Feb 2006 17:07:09 +0000 (17:07 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1066 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
examples/livecd-stage2_template.spec

index 577a85b6c628111e1efab239811f2cab0885b3b5..23461c2c57561c92884fe38b14a3566d48c4e1a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.551 2006/02/02 15:17:03 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.552 2006/02/02 17:07:09 rocket Exp $
+
+  02 Feb 2006; Eric Edgar <rocket@gentoo.org>
+  examples/livecd-stage2_template.spec:
+  updated examples to have console and machine_type
 
   02 Feb 2006; Eric Edgar <rocket@gentoo.org>
   targets/support/bootloader-setup.sh:
index 56b6febcfcdbff12b1629d5673e38e47cf9a7da2..d9f3d7afc6559707e2cf120cdeb31e0e39e45fe3 100644 (file)
@@ -315,6 +315,20 @@ boot/kernel/gentoo/extraversion:
 # boot/kernel/gentoo/packages: pcmcia-cs speedtouch slmodem globespan-adsl hostap-driver hostap-utils ipw2100 ipw2200 fritzcapi fcdsl cryptsetup
 boot/kernel/gentoo/packages:
 
+# This option is only for ppc64 machines.  If used it will create the /etc/yaboot.conf
+# entry used for booting a ibm powerpc machine.
+# example:
+# boot/kernel/gentoo/machine_type: ibm
+boot/kernel/gentoo/machine_type:
+
+# This is only supported on ppc64 currently.  This entry sets up the console=
+# boot parameters required for sending the output to the appropriate console.
+# example:
+# boot/kernel/gentoo/console: hvsi0 
+# boot/kernel/gentoo/console: hvc0
+# boot/kernel/gentoo/console: tty0 ttyS0
+boot/kernel/gentoo/console:
+
 # This is a list of packages that will be unmerged after all the kernels have
 # been built.  There are no checks on these packages, so be careful what you
 # add here.  They can potentially break your CD.