X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Fimage%2Fx86%2FConfig.in;h=2c3e8840ccb93849653fc19f54728bfc81b7a199;hp=88d8d37c3b216a5a5be783b7af5f419a2ce9cf13;hb=2f78952da8a9be5ca46dc3b705aa517072c9cec6;hpb=c8e451be736221518f731226915d7f518aa79b66 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