diff options
author | Tim Yardley <lst@openwrt.org> | 2006-10-24 22:33:23 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2006-10-24 22:33:23 +0000 |
commit | 2f78952da8a9be5ca46dc3b705aa517072c9cec6 (patch) | |
tree | 69e93ce795f9d2d6cbf46861c259a66e6177342d /target/image/x86/Config.in | |
parent | c8e451be736221518f731226915d7f518aa79b66 (diff) | |
download | upstream-2f78952da8a9be5ca46dc3b705aa517072c9cec6.tar.gz upstream-2f78952da8a9be5ca46dc3b705aa517072c9cec6.tar.bz2 upstream-2f78952da8a9be5ca46dc3b705aa517072c9cec6.zip |
code to bring in the following for x86: X86_GRUB_ROOTPART: configureable root partition for kernel options X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line
SVN-Revision: 5289
Diffstat (limited to 'target/image/x86/Config.in')
-rw-r--r-- | target/image/x86/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/image/x86/Config.in b/target/image/x86/Config.in index 88d8d37c3b..2c3e8840cc 100644 --- a/target/image/x86/Config.in +++ b/target/image/x86/Config.in @@ -14,4 +14,17 @@ config X86_GRUB_KERNELPART depends X86_GRUB_IMAGES default 4 +config X86_GRUB_ROOTPART + string + prompt "Root partition on target device" if X86_GRUB_IMAGES + default "/dev/hda2" + help + The root partition on the final device. If you don't know, + you probably want the default (/dev/hda2). +config X86_GRUB_BOOTOPTS + string + prompt "Extra kernel boot options" if X86_GRUB_IMAGES + default "" + help + If you don't know leave it blank |