mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Restore unintentionally deleted line
This commit is contained in:
parent
9df603b300
commit
278b255388
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ rec {
|
|||
args=
|
||||
case $i in
|
||||
*/cifs.ko)
|
||||
args="CIFSMaxBufSize=4194304"
|
||||
;;
|
||||
esac
|
||||
echo "loading module $(basename $i .ko)"
|
||||
|
|
Loading…
Reference in a new issue