altboot: Update to latest version with Akita support.
authorMatthias Hentges <oe@hentges.net>
Tue, 26 Jul 2005 10:33:12 +0000 (10:33 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 26 Jul 2005 10:33:12 +0000 (10:33 +0000)
packages/altboot/altboot_20050727.bb [moved from packages/altboot/altboot_20050620.bb with 100% similarity]
packages/altboot/files/akita/.mtn2git_empty [new file with mode: 0644]
packages/altboot/files/akita/altboot.cfg [new file with mode: 0644]

diff --git a/packages/altboot/files/akita/.mtn2git_empty b/packages/altboot/files/akita/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/altboot/files/akita/altboot.cfg b/packages/altboot/files/akita/altboot.cfg
new file mode 100644 (file)
index 0000000..254aac9
--- /dev/null
@@ -0,0 +1,18 @@
+# Handled by /sbin/init.altboot
+# Allow booting images from SD or CF instead of booting
+# the ROM. 
+ENABLE_ALTBOOT="yes"
+TIMEOUT="3"
+REAL_INIT="/sbin/init.sysvinit"
+SH_SHELL="/bin/sh"
+IMAGE_PATH="boot-images"
+FSCK_IMAGES="yes"
+SD_DEVICE="/dev/mmcda1"
+SD_KERNEL_MODULE="/lib/modules/2.4.20/kernel/drivers/block/sharp_mmcsd_m.o"
+INIT_RUNLEVEL="5"
+NO_GUI_RL="2"
+MASTER_PASSWORD=""
+ASK_PW_ON_BOOT="no"
+
+SD_MOUNTPOINT="/media/card"
+CF_MOUNTPOINT="/media/cf"