summaryrefslogtreecommitdiffstats
path: root/target/image
diff options
context:
space:
mode:
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-27 05:13:29 +0000
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-27 05:13:29 +0000
commit86d4518f6b605cb80e1eee8e49d34eee813f53b2 (patch)
treeb217e6184380493b5b90db99eb481517d592c9dd /target/image
parent120581a484b69cc3c46c3034b556ea55c8106720 (diff)
this should have been sda not hda
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5306 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/image')
-rw-r--r--target/image/x86/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/image/x86/Config.in b/target/image/x86/Config.in
index 511a8d9d0..4eea035ad 100644
--- a/target/image/x86/Config.in
+++ b/target/image/x86/Config.in
@@ -17,10 +17,10 @@ config X86_GRUB_KERNELPART
config X86_GRUB_ROOTPART
string
prompt "Root partition on target device" if X86_GRUB_IMAGES
- default "/dev/hda2"
+ default "/dev/sda2"
help
The root partition on the final device. If you don't know,
- you probably want the default (/dev/hda2).
+ you probably want the default (/dev/sda2).
config X86_GRUB_BOOTOPTS
string