[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#593865: busybox: please include CONFIG_FEATURE_INITRD on Hurd



Package: busybox
Version: 1.17.1-2
Tags: patch

Hi,

On the Hurd d-i, we need to run busybox init as "linuxrc" because it's
not started as pid 1. The applet in question is activated by the
CONFIG_FEATURE_INITRD option.

The attached patch adds this option in the config/os/hurd overrides.

Thanks,
-- 
Jeremie Koenig <jk@jk.fr.eu.org>
http://jk.fr.eu.org
--- busybox-1.17.1.orig/debian/config/os/hurd	2010-08-03 04:34:13.000000000 +0000
+++ busybox-1.17.1/debian/config/os/hurd	2010-08-12 09:27:03.000000000 +0000
@@ -1,5 +1,6 @@
 CONFIG_PLATFORM_LINUX=n
 CONFIG_INIT_TERMINAL_TYPE="mach"
+CONFIG_FEATURE_INITRD=y
 CONFIG_MOUNT=n
 CONFIG_UMOUNT=n
 CONFIG_SWAPONOFF=n

Reply to: