projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4690f93
)
Change booting target from hda to sda.
author
Jens Muecke
<jens@nons.de>
Tue, 25 Nov 2008 21:21:51 +0000
(21:21 +0000)
committer
Jens Muecke
<jens@nons.de>
Tue, 25 Nov 2008 21:21:51 +0000
(21:21 +0000)
SVN-Revision: 13355
target/linux/olpc/image/Config.in
patch
|
blob
|
history
diff --git
a/target/linux/olpc/image/Config.in
b/target/linux/olpc/image/Config.in
index 295f91677012010da03963de5527e583fd9eab33..27bbb961a40e91d754898c56bbee4743db1c4f41 100644
(file)
--- a/
target/linux/olpc/image/Config.in
+++ b/
target/linux/olpc/image/Config.in
@@
-16,8
+16,8
@@
config OLPC_BOOTSCRIPT_KERNELPART
config OLPC_BOOTSCRIPT_ROOTPART
string
prompt "Root partition on target device" if OLPC_BOOTSCRIPT_IMAGES
- default "/dev/
h
da2"
+ default "/dev/
s
da2"
help
The root partition on the final device. If you don't know,
- you probably want the default (/dev/
h
da2).
+ you probably want the default (/dev/
s
da2).