Commit Graph

1816 Commits

Author SHA1 Message Date
Stephan Raue
0569168b24 e2fsprogs: dont build shared librarys, install to /sbin, enable internal libuuid and libblkid, build and install applet 'fsck', install from busybox package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-20 00:25:23 +02:00
Stephan Raue
132f4847db new package: add package 'dosfstools'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-20 00:21:49 +02:00
Stephan Raue
79a7067f80 procps-ng: install in release builds too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-14 23:44:29 +02:00
Stefan Saraev
ca8c0d4dd5 busybox & busybox-initramfs: clean up fastboot 2013-05-12 22:08:59 +03:00
Stefan Saraev
23b9dc03e1 dvb-fe-tool: build without jpeg 2013-05-09 15:09:39 +03:00
Stefan Saraev
84526b0ef7 Revert "dvb-fe-tool: depend on 'libjpeg-turbo'"
This reverts commit 37c75abb01.
2013-05-09 15:09:16 +03:00
Stefan Saraev
37c75abb01 dvb-fe-tool: depend on 'libjpeg-turbo' 2013-05-09 14:50:31 +03:00
Stefan Saraev
d37a35fdd5 busybox: add 'ip tunnel' support
fixes #2189
2013-05-09 12:20:40 +03:00
Stefan Saraev
271a825ee5 dvb-fe-tool: don't build all libs 2013-05-09 10:41:03 +03:00
Dag Wieers
5de4a850ec Mount /var as tmpfs and limit the use of tmpfs
This commit (apart from the cosmetic change to avoid using 'none') changes the use of ramfs into tmpfs. The reason for this is that ramfs usage can fill 100% of RAM and cannot be swapped out. While tmpfs can be swapped out and can be limited in size.

The size chosen is arbitrary, but taking into account the ATV1 hardware 5% of 256MB means 12MB and 20% means 50MB, considering we have swap this is not too drastic. For any larger system, these sizes are fine as well as we do not expect /var or /dev/shm to be filled completely. So worst case is covered, but not expected.
2013-05-09 01:12:26 +02:00
Stephan Raue
dd6db439be Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2013-05-08 23:26:15 +02:00
Stephan Raue
be68e55cf6 util-linux: use blocksize=1MB for creating the swapfile
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-08 23:25:58 +02:00
Stefan Saraev
4ce5dedd22 open-vm-tools: cleanup 2013-05-08 16:43:07 +03:00
Stefan Saraev
9eb72675c8 open-vm-tools: update patches 2013-05-08 15:32:04 +03:00
vpeter4
31c0f4a408 open-vm-tools: upate to open-vm-tools-9.2.3-1031360 2013-05-08 14:12:46 +02:00
Stefan Saraev
e57522f818 new package: 'dvb-fe-tool' 2013-05-08 12:19:11 +03:00
Stefan Saraev
8dd463fdc7 syslog: no no and no. we don't need this 2013-05-01 17:31:29 +03:00
Stephan Raue
9f524a39ec pciutils: update to pciutils-3.2.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-27 15:33:57 +02:00
Stephan Raue
edf1a7ee0c util-linux: show progress if creating swapfile on startup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-26 00:47:24 +02:00
Dag Wieers
efd8fdada9 Fix slow syslogd remote syslog startup and klogd interaction
Because syslogd is not properly started its remote syslog support when klogd dumps its kernel ring buffer content to it, most of the kernel boot output is missing on the remote syslog server. By adding a small delay between syslogd and klogd, we are sure the messages are properly send to the remote syslog by syslogd.
2013-04-23 00:59:23 +02:00
Stephan Raue
e24ab89ec2 busybox: increase min_free_kbytes size
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-22 16:25:22 +02:00
Stephan Raue
31cc5d56b8 Merge pull request #2211 from dagwieers/package-procps-ng
Replace busybox free with *real* free from procps-ng
2013-04-20 14:46:27 -07:00
Stephan Raue
03ba55f731 less: depends on ncurses, run autoreconf, cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-20 23:30:25 +02:00
Stephan Raue
869f87599d Merge pull request #2209 from dagwieers/package-less
Replace busybox less with *real* less
2013-04-20 14:14:41 -07:00
Dag Wieers
7a9953f141 Replace busybox free with *real* free from procps-ng
Busybox free reports incorrectly the used and free memory on a system. Which makes it harder to understand and compare information from other sources.

In the same effort we add some other useful procps-ng tools, like pgrep, pkill, pmap, slabtop, vmstat and watch.
2013-04-20 00:41:57 +02:00