diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-10 12:25:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-10 12:25:58 +0200 |
commit | 4c8e9488814c0add98a02776499999e4e23bf507 (patch) | |
tree | a5f3280dba6eaa457e78e4c0ef69415a0195d703 /package/busybox/config | |
parent | a481c461a4a7dae7440b9de3145ecb5b87206b3a (diff) |
finally boot shuttle from raid1 root
you need to set hard disk partition types to type fd.
I added a grub binary package, because grub does not allow
to be cross-compiled from x86_64 for example without using
a multilib gcc, which we do not support.
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index cd7a14083..e0342efc8 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -572,7 +572,7 @@ config BUSYBOX_FEATURE_SPLIT_FANCY config BUSYBOX_STAT bool "stat" - default n + default y help display file or filesystem status. |