diff options
author | Eric Edgar <rocket@gentoo.org> | 2006-02-02 17:07:09 +0000 |
---|---|---|
committer | Eric Edgar <rocket@gentoo.org> | 2006-02-02 17:07:09 +0000 |
commit | ac0d09b47b1e5aaee85172c0004052152180272a (patch) | |
tree | 654f6720bcdfde51d88a98751a44bbf0a0292dd0 /examples | |
parent | Change [ console ] to -console in yaboot.conf for ppc64. Spaces arent allowed (diff) | |
download | catalyst-ac0d09b47b1e5aaee85172c0004052152180272a.tar.gz catalyst-ac0d09b47b1e5aaee85172c0004052152180272a.tar.bz2 catalyst-ac0d09b47b1e5aaee85172c0004052152180272a.zip |
updated examples to have console and machine_type
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1066 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'examples')
-rw-r--r-- | examples/livecd-stage2_template.spec | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index 56b6febc..d9f3d7af 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -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. |