diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2008-02-21 11:33:11 -0300 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:06 +0100 |
| commit | 5f4437b5100f9c7a90668d3511584ba89c942903 (patch) | |
| tree | b06216bb66b3796b4271ea6488780f090ffafee9 /hooks | |
| parent | 9c7875eb690bf7a6c7e0a39b8cf472f69791a04e (diff) | |
| download | live-boot-5f4437b5100f9c7a90668d3511584ba89c942903.tar.gz live-boot-5f4437b5100f9c7a90668d3511584ba89c942903.zip | |
hooks: include jffs2 kernel module on initramfs image
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/live | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ fi # Filesystem: ext3 manual_add_modules ext3 +# Filesystem: jffs2 +manual_add_modules jffs2 + # Filesystem: squashfs copy_exec /sbin/losetup /sbin manual_add_modules loop |
