diff options
Diffstat (limited to 'package/bootutils/Config.in')
-rw-r--r-- | package/bootutils/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bootutils/Config.in b/package/bootutils/Config.in new file mode 100644 index 000000000..6379f654e --- /dev/null +++ b/package/bootutils/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_BOOTUTILS + bool "bootutils" + default n + help + BootUtils is a collection of utilities to facilitate booting of + Linux 2.6-based systems. The process of finding the root volume + either by label or explicit label= on the kernel command line, + mounting it, and 'switchroot'ing is automated. + + http://www.freshmeat.net/projects/bootutils + |