summaryrefslogtreecommitdiff
path: root/packages/altboot/files/tosa
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-04-04 12:07:29 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-04 12:07:29 +0000
commite21f2e5093a027058a685f09a4b9d0151bb4dafd (patch)
tree40635582f4d8f687e198f825a2e3be2318aba3a4 /packages/altboot/files/tosa
parentbe327e49437c5d3c5ac8f3f47f0274975670e434 (diff)
altboot: - Allow a basic reconfiguration of non-flash based installations:
- Move /home from flash into the image - Remove SD / CF / /home ipkg dests - Move ipkg package data from RAM into the image - All of the above is _optional_ - Be a little bit less verbose. - Yet _again_ change the way we detect wheter we are called by the kernel or the user...this is driving me nuts.
Diffstat (limited to 'packages/altboot/files/tosa')
-rw-r--r--packages/altboot/files/tosa/altboot-2.4.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/altboot/files/tosa/altboot-2.4.cfg b/packages/altboot/files/tosa/altboot-2.4.cfg
index edbaff8b87..c463ca0a43 100644
--- a/packages/altboot/files/tosa/altboot-2.4.cfg
+++ b/packages/altboot/files/tosa/altboot-2.4.cfg
@@ -8,7 +8,8 @@ SH_SHELL="/bin/sh"
IMAGE_PATH="boot-images"
IMAGE_TYPE="ext2"
-FSCK_IMAGES="no"
+FSCK_IMAGES="yes"
+ENABLE_IMAGECONF="yes"
SD_DEVICE="/dev/mmcda1"
SD_KERNEL_MODULE="/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/block/sharp_mmcsd_m.o"