diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-25 22:40:12 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-25 22:40:12 +0000 |
commit | 80ead252fd27f56a55936495471e6f85e7651fee (patch) | |
tree | e2d1a8ad0b2f131bbd10a7d23293b3b1a6db07a0 /packages/altboot | |
parent | 10f216ff3811c1d0a4345790c6642476a66470e6 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/26 00:15:08+02:00 handhelds.org!CoreDump
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded
2005/05/25 23:49:51+02:00 handhelds.org!CoreDump
altboot: fix config
2005/05/25 23:14:42+02:00 dyndns.org!reenoo
gtk-webcore: add CVS .bbs
BKrev: 4294feccwCTMh29R9QMDnVK5e5upLQ
Diffstat (limited to 'packages/altboot')
-rw-r--r-- | packages/altboot/files_collie/altboot.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/altboot/files_collie/altboot.cfg b/packages/altboot/files_collie/altboot.cfg index e69de29bb2..71d2ad4caf 100644 --- a/packages/altboot/files_collie/altboot.cfg +++ b/packages/altboot/files_collie/altboot.cfg @@ -0,0 +1,14 @@ +# +# Handled by /sbin/init.altboot +# Allow booting images from SD or CF instead of booting +# the ROM. +ENABLE_ALTBOOT="yes" +REAL_INIT="/sbin/init.sysvinit" +SH_SHELL="/bin/sh" +IMAGE_PATH="boot-images" +SD_DEVICE="/dev/mmcda1" +SD_KERNEL_MODULE="/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/block/sharp_mmcsd_m.o" +INIT_RUNLEVEL="5" +NO_GUI_RL="2" +SD_MOUNTPOINT="/media/card" +CF_MOUNTPOINT="/media/cf" |