git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
aed0fa2
)
Include the right RPMs and kernel modules for NTFS & VFAT mkfs and mounts.
author
Richard Jones
<rjones@redhat.com>
Sat, 25 Apr 2009 21:06:04 +0000
(22:06 +0100)
committer
Richard Jones
<rjones@redhat.com>
Sat, 25 Apr 2009 21:06:04 +0000
(22:06 +0100)
make-initramfs.sh.in
patch
|
blob
|
history
diff --git
a/make-initramfs.sh.in
b/make-initramfs.sh.in
index
985e9ba
..
2bdbac4
100755
(executable)
--- a/
make-initramfs.sh.in
+++ b/
make-initramfs.sh.in
@@
-37,6
+37,8
@@
modules="
-i procps
-i strace
-i util-linux-ng
+-i dosfstools
+-i ntfsprogs
"
# Decide on names for the final output. These have to match Makefile.am.
@@
-88,6
+90,8
@@
find initramfs/lib/modules/*/kernel \
-a ! -name 'crc16.ko' \
-a ! -name 'jbd2.ko' \
-a ! -name 'fuse.ko' \
+ -a ! -name 'vfat.ko' \
+ -a ! -name 'fat.ko' \
-a -delete
# Pull the kernel out into the current directory. We don't want it in