169 Commits

Author SHA1 Message Date
Stefan Saraev
bf38c48586 busybox & busybox-initramfs: clean up fastboot 2013-05-13 14:55:07 +02:00
Dag Wieers
fde2bb4da8 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-13 14:55:06 +02:00
Stephan Raue
093234a14d busybox-initramfs: add support to update MACH_KERNEL for ATV1, simplyfing cleaning of update folder
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-22 22:26:25 +01:00
Stephan Raue
8c5eecfb37 busybox-initramfs: some better descriptions
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-21 05:09:57 +01:00
vpeter4
c28895b04d liveusb: enable running OpenELEC from only one USB stick
possible syslinux menu with option for running installer or live system
new mount type FILE with optional size in MB for loopback file
  disk=FILE=storage.loop
  disk=FILE=storage.loop,100

dd and mkfs.ext4 are used from system (no need to increase the size of initramfs)
2013-03-18 21:59:05 +01:00
vpeter4
bb68944a2f busybox-initramfs: enable 64-bit math support in the shell which will allow computation with very large numbers
This closes #2019.
2013-03-09 22:38:26 +01:00
vpeter4
0f6c67d008 update: check for enough space before copying KERNEL and SYSTEM files, closes #1984 2013-03-05 17:49:57 +01:00
Stephan Raue
0757e8858d busybox-initramfs: dont load splash in background, to make Milhouse happy
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-03 01:36:27 +01:00
Stephan Raue
4236f4f826 busybox: update to busybox-1.21.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-22 03:17:28 +01:00
Stephan Raue
b01e7d4812 eglibc: update to eglibc-2.17-22220
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-16 23:24:16 +01:00
Stephan Raue
1851077dc3 v86d: dont use kernel includedir directly
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-15 23:23:39 +01:00
Stephan Raue
75ebfa364d busybox-initramfs: fix system-to-ram support, move default variables block after mounting the special filesystems
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-11 14:05:20 +01:00
Stephan Raue
9b5157473a busybox-initramfs: load initramfs.conf globally, add support to disable framebuffer resolution switching
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-02 22:55:01 +01:00
Stephan Raue
b4dbbbdd97 busybox-initramfs: copy SYSTEM to RAM before mounting. this new feature can be deactivated with the 'noram' option to the bootloaderconfig or is not avaible if to avaible total memory (1024000 Kb on normal systems, 364544 Kb for RaspberryPi) is to low.
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-21 16:08:10 +01:00
Stephan Raue
2d41a153c0 Revert "busybox: add blkid exFAT support"
This reverts commit 956f5a1e14efb663700a51c5c2d08ee7fca1e4ea.
2012-11-14 01:24:45 +01:00
Stephan Raue
956f5a1e14 busybox: add blkid exFAT support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-14 00:11:44 +01:00
Stephan Raue
84340cbf35 busybox-initramfs: check_disks() fix initscript
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-08-13 03:00:24 +02:00
Stephan Raue
17aec04fc9 busybox-initramfs: add support to update bootloader
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-08-07 01:52:39 +02:00
Stephan Raue
81a6c2153a busybox-initramfs: add 'cp' applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-08-07 01:52:09 +02:00
Stephan Raue
df99a9fdf3 busybox-initramfs: seperate mount_flash() and mount_storage(), load splash after mounting /flash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-08-06 18:28:28 +02:00
Stephan Raue
bc2cfb408c new package: add package 'libcofi'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-08-06 18:26:21 +02:00
Stefan Saraev
63f8d72040 open-iscsi: add cross_compile.patch 2012-07-01 15:42:14 +03:00
Stefan Saraev
6743a9e7e9 open-iscsi: rename _dynamic_linked_iscsistart.patch 2012-07-01 15:41:52 +03:00
Stephan Raue
1cc668e4a5 v86d: add crosscompile patch, this fixes #866
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-28 20:22:46 +02:00
Stephan Raue
ae37418104 open-iscsi: use our *FLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-21 17:18:42 +02:00
Stephan Raue
4380792b1d Revert "busybox-initramfs: mount with enabled 'discard', we will see if its problematic"
This reverts commit f7fce74ee097f90980bd3e5125d9139c8f795dff.
2012-06-19 07:48:40 +02:00
Stephan Raue
f7fce74ee0 busybox-initramfs: mount with enabled 'discard', we will see if its problematic
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-14 10:24:40 +02:00
Stephan Raue
c9aab4d7ed plymouth-lite: install zlib-initramfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-26 02:23:09 +02:00
Stephan Raue
294f5f4d47 libpng: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-23 16:21:01 +02:00
Stephan Raue
bcdf335109 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2012-05-15 15:21:10 +02:00
Alain Kalker
594e6da0bb linux-initramfs: clean modules file before adding to it, fixes #587
Signed-off-by: Alain Kalker <a.c.kalker@gmail.com>
2012-05-15 15:20:30 +02:00
Alain Kalker
4fc2b8ee96 busybox-initramfs: Skip and warn instead of error on module load failure
When a kernel module fails to load, produce a warning instead of
an error and skip that module instead of halting the system.

Currently uses progress() for the warning, we may need a better
alternative.

Signed-off-by: Alain Kalker <a.c.kalker@gmail.com>
2012-05-15 00:12:38 +02:00
Stephan Raue
a4c48a52b4 busybox-initramfs: fix fbset command again, thanks to Dom
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-12 23:24:43 +02:00
Stephan Raue
cc4d054cc8 busybox-initramfs: set vxres and vyres values for fbset too, thanks to Dom
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-11 19:58:03 +02:00
Stephan Raue
a9fa8a5dd9 busybox-initramfs: add support for renamed KERNEL and SYSTEM
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-04 07:17:07 +02:00
Stephan Raue
79d6369d99 Merge pull request #566 from stefansaraev/busybox
busybox-initramfs: check md5 sums before OS upgrade
2012-05-03 19:17:51 -07:00
Stephan Raue
f2c2b9c678 plymouth-lite: rename patches, update 16bpp framebuffer patch (thanks to Dom), build with full optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-04 02:00:24 +02:00
Stephan Raue
851bebf4c3 busybox-initramfs: readd support for oemsplash and project based splash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 22:58:23 +02:00
Stephan Raue
6a81388ee0 busybox-initramfs: add 'grep' and 'awk' support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 22:56:47 +02:00
Stephan Raue
701b3b6f05 plymouth-lite: backup original size and legacy splash's
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 22:55:22 +02:00
Stefan Saraev
afe0488a84 busybox-initramfs: check md5 sums before OS upgrade 2012-05-03 14:50:34 +03:00
Stephan Raue
beea8150d1 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv 2012-05-03 13:14:16 +02:00
Stephan Raue
aa768e399e busybox-initramfs: add support to start splash in initramfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 13:03:33 +02:00
Stephan Raue
9177e9711c initramfs: install plymouth-lite in initramfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 13:02:35 +02:00
Stephan Raue
cf6c565c22 eglibc-initramfs: install some needed libs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 12:59:55 +02:00
Stephan Raue
9d26891c8f v86d: move to initramfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 12:52:56 +02:00
Stephan Raue
53a09ee822 new package: readd package 'plymouth-lite'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 12:52:15 +02:00
Stephan Raue
56d2f6f50e new package: readd package 'libpng-initramfs'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 12:51:32 +02:00
Stephan Raue
56599922be new package: readd package 'gcc-initramfs'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 12:51:07 +02:00
Stephan Raue
852877e962 new package: readd package 'zlib-initramfs'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-03 12:50:42 +02:00