enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/staging/florian.git] / target / linux / x86-2.6 / image / Config.in
1 config X86_GRUB_IMAGES
2 bool "Build GRUB images (Linux x86 or x86_64 host only)"
3 depends LINUX_2_6_X86
4 depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
5 default y
6
7 config X86_GRUB_IMAGES_PAD
8 bool "Pad GRUB images to filesystem size (for JFFS2)"
9 depends X86_GRUB_IMAGES
10
11 config X86_GRUB_BAUDRATE
12 int "Serial port baud rate"
13 depends X86_GRUB_IMAGES
14 default 38400
15
16 config X86_GRUB_KERNELPART
17 int "Kernel partition size (in MB)"
18 depends X86_GRUB_IMAGES
19 default 4
20
21 config X86_GRUB_ROOTPART
22 string
23 prompt "Root partition on target device" if X86_GRUB_IMAGES
24 default "/dev/hda2"
25 help
26 The root partition on the final device. If you don't know,
27 you probably want the default (/dev/hda2).
28
29 config X86_GRUB_BOOTOPTS
30 string
31 prompt "Extra kernel boot options" if X86_GRUB_IMAGES
32 default ""
33 help
34 If you don't know, just leave it blank.