diff options
author | Matthias Hentges <oe@hentges.net> | 2006-05-06 23:40:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-06 23:40:54 +0000 |
commit | cfb95223b25908a5bf76eb8cda3950786e3b5852 (patch) | |
tree | 145e2b797fa785712011863194225012f2ca35b0 /packages/altboot/files/c7x0 | |
parent | 139bf32df21d4359c8d8a7ea92216c5af2bf99e3 (diff) |
altboot: Split altboot into altboot (PACKAGE_ARCH = all) and altboot-conf (ARCH = ${MACHINE}, cleanup altboot_0.0.0.bb and rework some redirects to use tty1, not tty0.
Diffstat (limited to 'packages/altboot/files/c7x0')
-rw-r--r-- | packages/altboot/files/c7x0/altboot-2.4.cfg | 4 | ||||
-rw-r--r-- | packages/altboot/files/c7x0/altboot-2.6.cfg | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packages/altboot/files/c7x0/altboot-2.4.cfg b/packages/altboot/files/c7x0/altboot-2.4.cfg index 32956e7f71..557730fa9f 100644 --- a/packages/altboot/files/c7x0/altboot-2.4.cfg +++ b/packages/altboot/files/c7x0/altboot-2.4.cfg @@ -1,3 +1,7 @@ +# +# Altboot machine configuration for: C7x0 / Kernel 2.4 +# + # Handled by /sbin/init.altboot # Allow booting images from SD or CF instead of booting # the ROM. diff --git a/packages/altboot/files/c7x0/altboot-2.6.cfg b/packages/altboot/files/c7x0/altboot-2.6.cfg index c077659d0b..71c4c29dc2 100644 --- a/packages/altboot/files/c7x0/altboot-2.6.cfg +++ b/packages/altboot/files/c7x0/altboot-2.6.cfg @@ -1,3 +1,7 @@ +# +# Altboot machine configuration for: c7x0 / Kernel 2.6 +# + # Handled by /sbin/init.altboot # Allow booting images from SD or CF instead of booting # the ROM. |