715 Commits

Author SHA1 Message Date
Alex Deryskyba
0c973c9b62 WeTek_Play: Add support for installing OE into NAND memory 2015-05-04 19:19:29 +03:00
Stephan Raue
98994fe324 Revert "WeTek_Play: Add support for installing OE into NAND memory"
This reverts commit 06e5bdcf7890d0b7de709226a80403619eb4069d.
2015-05-03 19:20:30 +02:00
Alex Deryskyba
06e5bdcf78 WeTek_Play: Add support for installing OE into NAND memory 2015-05-02 17:45:49 +02:00
Stefan Saraev
7c35f31139 cleanup TODO in * 2015-04-07 12:08:46 +03:00
Stefan Saraev
0d847e4f13 init: add boot parameter to start in-memory live mode
.. no /storage hacks hacks, would also work with uefi boot
2015-04-05 20:34:59 +03:00
Stefan Saraev
d826fa2e44 init: storage should always be writable
fixes minor issue in installer, where some (non critical) systemd
services fail to start
2015-04-05 20:31:35 +03:00
Stefan Saraev
8ecaba8ce9 busybox: enable more applets/features
ar, arping, chroot, cpio, etherwake, pkill, pidof extras, nc extras
2015-03-29 18:56:11 +03:00
Stefan Saraev
16b1d555af busybox: enable sha1sum/sha256sum/sha512sum applets 2015-03-29 15:33:07 +03:00
Stephan Raue
2b76d7671b busybox: update to busybox-1.23.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-03-23 15:05:06 +01:00
Stefan Saraev
c482afb77f meh manual resize 2015-03-17 22:04:55 +02:00
Stefan Saraev
c5c546dbf7 busybox: enable all features for 'find' applet 2015-03-12 22:45:20 +02:00
Stefan Saraev
c33ddc5c61 init: ignore ret 8 from fsck if not force checking
when /flash or /storage is on non-persistent storage, it's not
yet available at the time fsck -a -p fires, so just skip
and force fsck only if ret=4

now, if /flash or /storage is non-persistent, users get
either non-recovered fs (just as it was before) or debug
shell if the fs is fubar (bad sb and so). nobody cares.
2015-02-23 00:05:10 +02:00
Stephan Raue
155231685d busybox: enable CONFIG_NANDWRITE and CONFIG_FLASH_ERASEALL
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-22 10:38:09 +01:00
Stefan Saraev
7d0733d24f Merge pull request #3888 from stefansaraev/fsck
init: fsck -y when automatic repair fails
2015-02-21 15:35:52 +02:00
Stefan Saraev
5cc69a4531 fs-resize: do forced reboot 2015-02-21 14:45:25 +02:00
Stefan Saraev
b1c7391900 init: fsck -y when automatic repair fails 2015-02-21 14:21:29 +02:00
Stefan Saraev
d879c7046a lcdproc: move nobody user/group to busybox 2015-02-14 22:54:28 +02:00
Stephan Raue
4bf79245c4 busybox: update to busybox-1.23.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-01-27 21:18:17 +01:00
Stefan Saraev
c30cb05863 buildsys: force package rebuild on $PKG_DIR/config/* change 2015-01-19 20:54:21 +02:00
Stefan Saraev
01a0d5fcca init: forgot fs-resize in 208d45d 2015-01-19 20:09:22 +02:00
Stefan Saraev
208d45db46 init: there can be only one default systemd unit 2015-01-19 19:39:21 +02:00
Stefan Saraev
b793ba8c80 factory-reset: move as systemd target 2015-01-19 19:39:21 +02:00
Stefan Saraev
f1990c91db backup-restore: move as systemd target 2015-01-19 19:39:18 +02:00
Stefan Saraev
4fffa76c53 fs-resize: move as systemd target 2015-01-19 19:27:51 +02:00
Stefan Saraev
50b84c5ccf busybox: add /storage/.config to tmpfiles 2015-01-19 15:15:05 +02:00
Stefan Saraev
ed90015484 var-log-debug: do not order before systemd-tmpfiles-setup
this makes no sense  and may stop systemd-tmpfiles-setup,
journald-flush, sshd, irserver from starting

===
Jan 18 18:23:03 openelec systemd[1]: Found ordering cycle on systemd-tmpfiles-setup.service/start
Jan 18 18:23:03 openelec systemd[1]: Found dependency on systemd-journal-flush.service/start
Jan 18 18:23:03 openelec systemd[1]: Found dependency on var-log-debug.service/start
Jan 18 18:23:03 openelec systemd[1]: Found dependency on systemd-tmpfiles-setup.service/start
Jan 18 18:23:03 openelec systemd[1]: Breaking ordering cycle by deleting job systemd-journal-flush.service/start
===

units with DefaultDependencies=no should be always properly ordered.
2015-01-18 18:44:55 +02:00
Stefan Saraev
a0dee49e5d init: drop atv legacy 2015-01-17 22:42:12 +02:00
Stefan Saraev
cfc879b94f init: warn if booting from removable storage 2015-01-12 23:05:39 +02:00
Stefan Saraev
5185cd9263 Revert "disable suspend if booting from removable storage"
This reverts commit 803bc002b9b7e00e01ce74fde726a1a00f76374a.

I have to explain why it was there again and again. so f*** it
and I'll just ignore the "hey suspend is broken" bugreports
2015-01-12 21:56:40 +02:00
Stefan Saraev
ffa3ec4bd5 init: check first if fbcon/cursor_blink exists 2015-01-12 19:32:19 +02:00
Stefan Saraev
bf42102acb reorder etc/profile.d
- all files should be xx-*.conf
- kodi.conf should be last. it appends $PATH and $LD_LIBRARY_PATH
  for addons. those are very important.
- busybox.conf should be right before kodi. it sets $HOME. nothing but
  kodi is allowed to override whatever is set by busybox.conf
- addons.conf should be first, so if we allow addon specific
  profile files, those should not be allowed to override env vars
  or functions we depend on.
2015-01-09 19:55:42 +02:00
Stefan Saraev
0e5c443160 buusybox: set kernel.core_pattern 2015-01-04 00:10:13 +02:00
Stephan Raue
7a7f19d10c busybox: fails to build with GOLD support enabled with binutils-2.25
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-27 21:18:26 +01:00
Stephan Raue
53c06e7323 busybox: update to busybox-1.23.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-27 21:18:26 +01:00
Stefan Saraev
6996f84828 Merge pull request #3700 from LS80/less_maxlines
Increase the limit for the number of lines in less.
2014-12-18 00:06:43 +02:00
LS80
78a83aab4f Increase the limit for the number of lines in less. 2014-12-17 21:39:54 +00:00
Alex Deryskyba
a918376a7f Add support for executing project-specific initialization script from the init script 2014-12-17 06:14:16 +01:00
Stefan Saraev
4801044f3c scripts/createlog: more logs 2014-12-13 00:20:55 +02:00
Stefan Saraev
b741ed9f50 scripts/createlog: cosmetics. also include kodi.old.log
... and crashlog, in the future...
2014-12-12 23:40:15 +02:00
Stephan Raue
8edcc98ea8 Merge pull request #3643 from stefansaraev/rpibootfuckery
[rfc] init: warn on obvious KERNEL/SYSTEM mismatch
2014-12-11 23:52:42 +01:00
Stephan Raue
94cea7904c busybox: move keyutils dependency to package 'linux'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 23:01:14 +01:00
David Härdeman
0aabe72a8d Make sure keyutils gets included
Signed-off-by: David Härdeman <david@hardeman.nu>
2014-12-05 18:09:46 +01:00
Stephan Raue
12e9aa7f10 busybox: add 'devmem' support for devel builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-29 21:59:55 +01:00
Stefan Saraev
79d8668907 init: warn on obvious KERNEL/SYSTEM mismatch
... because rpi / netboot users still cant get it
2014-11-23 19:06:19 +02:00
Stephan Raue
c3f8927149 debug-shell.service: move to sysinit 2014-11-08 18:48:14 +01:00
Stephan Raue
0900d83b9a [xbmc-rebrand] busybox: rename XBMC config dir in scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-20 16:05:49 +02:00
Keuvie
a2cc09f564 Update apt-get
Line 25 and 26 got the word "local" at the end and start of it.
2014-10-15 16:17:45 +02:00
MilhouseVH
0b2987ce16 [busybox] Enable CONFIG_NC_SERVER, closes #3495 2014-09-22 00:31:04 +01:00
Stephan Raue
14b3e2aeeb busybox: add applet 'tail' to initramfs, needed for u-boot update script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-14 16:18:20 +02:00
Michael Prankl
27c84c2cb4 apt-get: exit with exit status 1
Same as for sudo (https://github.com/OpenELEC/OpenELEC.tv/pull/3466).
2014-09-08 14:28:14 +02:00