From: Marco Amadori Date: Tue, 5 Aug 2008 20:33:52 +0000 (+0200) Subject: Added ntfs filesystem to the initramfs. X-Git-Tag: debian/2.0.15-1~494 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=f62cc0eefdb0075075cbc46155ab91485a21a6fb;p=live-boot-grml.git 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). --- 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