mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
Upgrade Fiwix to 1.5.0-lb1, pulling from upstream Mikaku repo.
This commit is contained in:
parent
133c05426c
commit
cfeaee6f8d
15 changed files with 108 additions and 42 deletions
6
steps/fiwix-1.5.0-lb1/files/custom_limits.h
Executable file
6
steps/fiwix-1.5.0-lb1/files/custom_limits.h
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#undef CHILD_MAX
|
||||
#define CHILD_MAX 4096
|
||||
#undef OPEN_MAX
|
||||
#define OPEN_MAX 1536
|
||||
#undef FD_SETSIZE
|
||||
#define FD_SETSIZE OPEN_MAX
|
||||
Loading…
Add table
Add a link
Reference in a new issue