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

Bug#431569: Remove CONFIG_FEATURE_DEVFS option in udeb configs



Package: busybox
Version: 1:1.1.3-4
Severity: wishlist
Tags: d-i, patch

Hi!

In order to remove usage of devfs style device names in the
debian-installer [1], busybox udebs need to be built without the
CONFIG_FEATURE_DEVFS option.

Applying the attached patch should be fine. :)

[1] http://wiki.debian.org/DebianInstaller/RemoveDevFS

Cheers,
-- 
Jérémy Bobbio                        .''`. 
lunar@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
diff -u busybox-1.1.3/debian/config-floppy-udeb-linux busybox-1.1.3/debian/config-floppy-udeb-linux
--- busybox-1.1.3/debian/config-floppy-udeb-linux
+++ busybox-1.1.3/debian/config-floppy-udeb-linux
@@ -16,7 +16,7 @@
 # CONFIG_FEATURE_VERBOSE_USAGE is not set
 # CONFIG_FEATURE_INSTALLER is not set
 # CONFIG_LOCALE_SUPPORT is not set
-CONFIG_FEATURE_DEVFS=y
+# CONFIG_FEATURE_DEVFS is not set
 CONFIG_FEATURE_DEVPTS=y
 # CONFIG_FEATURE_CLEAN_UP is not set
 # CONFIG_FEATURE_SUID is not set
diff -u busybox-1.1.3/debian/config-udeb busybox-1.1.3/debian/config-udeb
--- busybox-1.1.3/debian/config-udeb
+++ busybox-1.1.3/debian/config-udeb
@@ -16,7 +16,7 @@
 # CONFIG_FEATURE_VERBOSE_USAGE is not set
 # CONFIG_FEATURE_INSTALLER is not set
 # CONFIG_LOCALE_SUPPORT is not set
-CONFIG_FEATURE_DEVFS=y
+# CONFIG_FEATURE_DEVFS is not set
 CONFIG_FEATURE_DEVPTS=y
 # CONFIG_FEATURE_CLEAN_UP is not set
 CONFIG_FEATURE_SUID=y

Attachment: signature.asc
Description: Digital signature


Reply to: