From f62cc0eefdb0075075cbc46155ab91485a21a6fb Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Tue, 5 Aug 2008 22:33:52 +0200 Subject: [PATCH] Added ntfs filesystem to the initramfs. - This enables ntfs filesystem support to the early userspace, which could be both used as a persistence media (with fixed sized partitions image files) and as a backend for read-only rootfs (e.g. filesystem.squashfs). --- hooks/live | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hooks/live b/hooks/live index 190fac5..dea7f0c 100755 --- a/hooks/live +++ b/hooks/live @@ -103,6 +103,9 @@ manual_add_modules nls_iso8859-1 manual_add_modules nls_utf8 manual_add_modules vfat +# Filesystem: ntfs +manual_add_modules ntfs + # Hardware: cdrom manual_add_modules ide-cd manual_add_modules ide-generic -- 2.1.4