~ubuntu-branches/ubuntu/utopic/yaboot/utopic

Viewing all changes in revision 7.

  • Committer: Bazaar Package Importer
  • Author(s): Ben Collins
  • Date: 2006-01-02 14:09:40 UTC
  • Revision ID: james.westby@ubuntu.com-20060102140940-tjkwxpi963x8jh58
Tags: 1.3.13-4ubuntu2
Add new feature to yaboot to allow arch specific entries. Allows entries
to match based on /compatible device-tree node. E.g.:

image=/boot/vmlinux-ppc
label=Linux

image[macrisc3]=/boot/vmlinux-ppc-g4
label=Linux

image[macrisc4]=/boot/vmlinux-ppc-g5
label=Linux

The above config would use image= as the default, and override it if the
machine being booted matches one of the following entries. Overrides work
in that last entry matching overrides all previous matches (of entries
with the same label).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: