2.1.85: transname patch ?

Andreas Jellinghaus (aj@dungeon.inka.de)
Wed, 4 Feb 1998 21:05:57 +0100


Documentation/Configure.help has documentation about the transname
patch. But how can i compile a kernel with it ?

fix (taken from my 2.0.33 with linux-2.0.21-transname) :

--- fs/Config.in.orig Wed Feb 4 20:52:40 1998
+++ fs/Config.in Wed Feb 4 20:53:30 1998
@@ -5,6 +5,22 @@
comment 'Filesystems'

bool 'Quota support' CONFIG_QUOTA
+bool 'Translate filename suffixes' CONFIG_TRANS_NAMES
+if [ "$CONFIG_TRANS_NAMES" = "y" ]; then
+ bool ' Failproof translation mode' CONFIG_TRANS_PROOF
+ bool ' Restrict translation to specific gid' CONFIG_TRANS_RESTRICT
+ if [ "$CONFIG_TRANS_RESTRICT" = "y" ]; then
+ int ' Enter gid to compile in' CONFIG_TRANS_GID 4
+ fi
+ bool ' Translate nodename' CONFIG_TR_NODENAME
+ bool ' Translate compiled-in kerneltype' CONFIG_TR_KERNTYPE
+ if [ "$CONFIG_TR_KERNTYPE" = "y" ]; then
+ string ' Enter kerneltype string to compile in' CONFIG_KERNTYPE 'default'
+
+ fi
+ bool ' Translate machine type' CONFIG_TR_MACHINE
+ bool ' Translate sysname' CONFIG_TR_SYSNAME
+fi

tristate 'Minix fs support' CONFIG_MINIX_FS
tristate 'Second extended fs support' CONFIG_EXT2_FS

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu