From: pavlov Date: Fri, 27 Oct 2006 05:13:29 +0000 (+0000) Subject: this should have been sda not hda X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=86d4518f6b605cb80e1eee8e49d34eee813f53b2 this should have been sda not hda git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5306 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/image/x86/Config.in b/target/image/x86/Config.in index 511a8d9d09..4eea035ad8 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