Skip to content

Commit

Permalink
BUGS: kernel module entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Sep 30, 2014
1 parent bb37200 commit 190badf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Header: mkinitramfs-ll/BUGS, 2014/09/30

---
kernel module search:
Kernel module should be properly listed in mkinitramfs-ll.conf or passed
to building script with a regular expression name.
zsh script will match <module-name>(|-*) and bash only <module-name>.
There is no way the same could be done for bash script because searching
is done with finduitils. So an extensive list is required for bash script
because *<module-name>* match to many module for e.g. video.
---
/etc/mtab:
this file should be readable, or else a `/mtab' whould be created.
Expand Down

0 comments on commit 190badf

Please sign in to comment.