I used nilfs root.
On Gentoo Linux.

Patch attached. And copy nilfs to kernel tree.
--
Oleg Volkov
diff -u linux-2.6.25-gentoo-r4/fs/Kconfig linux-2.6.25-gentoo-r4-nilfs/fs/Kconfig
--- linux-2.6.25-gentoo-r4/fs/Kconfig	2008-06-12 10:25:51.000000000 +0400
+++ linux-2.6.25-gentoo-r4-nilfs/fs/Kconfig	2008-06-24 22:54:57.896321887 +0400
@@ -6,6 +6,11 @@
 
 if BLOCK
 
+config NILFS
+	tristate "NILFS"
+	help
+	  NILFS
+	  
 config EXT2_FS
 	tristate "Second extended fs support"
 	help
diff -u linux-2.6.25-gentoo-r4/fs/Makefile linux-2.6.25-gentoo-r4-nilfs/fs/Makefile
--- linux-2.6.25-gentoo-r4/fs/Makefile	2008-06-12 10:25:51.000000000 +0400
+++ linux-2.6.25-gentoo-r4-nilfs/fs/Makefile	2008-06-24 22:56:26.481197446 +0400
@@ -66,6 +66,7 @@
 obj-$(CONFIG_DLM)		+= dlm/
  
 # Do not add any filesystems before this line
+obj-$(CONFIG_NILFS)	+= nilfs/
 obj-$(CONFIG_REISERFS_FS)	+= reiserfs/
 obj-$(CONFIG_EXT3_FS)		+= ext3/ # Before ext2 so root fs can be ext3
 obj-$(CONFIG_EXT4DEV_FS)	+= ext4/ # Before ext2 so root fs can be ext4dev
_______________________________________________
users mailing list
[email protected]
https://www.nilfs.org/mailman/listinfo/users

Reply via email to