$ for v in 2.6.38-8-virtual 2.6.38-10-virtual; do ( cd /lib/modules/$v && find . -type f | sort > /tmp/$v.list ) ; done $ diff -u /tmp/2.6.38-8-virtual.list /tmp/2.6.38-10-virtual.list | grep "^[+-]" --- /tmp/2.6.38-8-virtual.list 2011-06-09 03:15:05.269600801 +0000 +++ /tmp/2.6.38-10-virtual.list 2011-06-09 03:15:05.289597140 +0000 +./kernel/fs/cachefiles/cachefiles.ko +./kernel/fs/nls/nls_iso8859-1.ko +./kernel/lib/test-kstrtox.ko
So, the file changes in 2.6.38-8-virtual -> 2.6.38-10-virtual are listed above (adding of nls_iso8859-1.ko and 2 others). verification-done-natty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/732046 Title: Missing filesystem modules in -virtual package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/732046/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
