aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-11-23 20:21:50 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-11-23 20:21:50 +0000
commit9eb6a7f466f0013ca185ae6708c4d127773f3b6a (patch)
tree8ede0ea812eb3e042cd164df8827d95deb0f900a /packages/linux
parent09c194e7c38cf564b4948a711f81b671f87ae3a8 (diff)
downloadopenembedded-9eb6a7f466f0013ca185ae6708c4d127773f3b6a.tar.gz
linux-handhelds-2.6: Fix another typo in HaRET startup script.
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-handhelds-2.6.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc
index 66179209e1..6a37548342 100644
--- a/packages/linux/linux-handhelds-2.6.inc
+++ b/packages/linux/linux-handhelds-2.6.inc
@@ -83,7 +83,7 @@ set kernel "${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}"
# 2nd - EXT2 with rootfs tarball extracted
set cmdline "root=/dev/mmcblk0p2 rootdelay=10 console=ttyS0,115200n8 console=tty0"
-## Choice 2 - Boot from CD card, setup like above
+## Choice 2 - Boot from CF card, setup like above
#set cmdline "root=/dev/hda2 rootdelay=10 console=ttyS0,115200n8 console=tty0"
## Choice 3 - Boot rootfs image as initramfs (works only for smaller images)