Turn off loadkmap and loadfont.  We won't be needing those.
 -Erik
diff --git a/busybox.def.h b/busybox.def.h
index 402f2bc..cbee4f6 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -31,8 +31,8 @@
 #define BB_KLOGD
 //#define BB_LENGTH
 #define BB_LN
-#define BB_LOADFONT
-#define BB_LOADKMAP
+//#define BB_LOADFONT
+//#define BB_LOADKMAP
 #define BB_LOGGER
 #define BB_LS
 //#define BB_MAKEDEVS
diff --git a/busybox.spec b/busybox.spec
index ed1b2de..5e9df9d 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -21,7 +21,7 @@
 %setup -q -n %{Name}-%{Version}
 
 %Build
-make
+BB_INIT_RC_EXIT_CMD=\"/bin/sh\" make
 
 %Install
 rm -rf $RPM_BUILD_ROOT
diff --git a/examples/busybox.spec b/examples/busybox.spec
index ed1b2de..5e9df9d 100644
--- a/examples/busybox.spec
+++ b/examples/busybox.spec
@@ -21,7 +21,7 @@
 %setup -q -n %{Name}-%{Version}
 
 %Build
-make
+BB_INIT_RC_EXIT_CMD=\"/bin/sh\" make
 
 %Install
 rm -rf $RPM_BUILD_ROOT