Commit Graph

2519 Commits

Author SHA1 Message Date
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
Stefan Saraev
368f9ae5a1 udevil: use SYSTEMD_WANTS in udev
it seems systemd 219 dont like the way we mount
2015-02-22 22:16:18 +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
Stephan Raue
2d99cd9222 util-linux: update to util-linux-2.26
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-02-22 10:38:09 +01:00
Stefan Saraev
ea2ba04053 systemd: update to systemd-219 2015-02-21 22:19:09 +02: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
secretsmurf
44d60d877d Update 98-eventlircd.rules
Tweak to support the newer PS3 BD (with IR) remote which identifies differently. 

Version 1
[  142.524200] input: BD Remote Control as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/bluetooth/hci0/hci0:43/0005:054C:0306.0001/input/i$
[  142.533894] sony 0005:054C:0306.0001: input,hidraw0: BLUETOOTH HID v1.00 Gamepad [BD Remote Control] on 00:00:00:00:00:00
-------------
Version 2
[ 7476.763657] input: Sony Computer Entertainment Inc BD Remote Control as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/bluetooth/hci0/hci0:11/0005:054C:0306.000A/input/input9
[ 7476.764266] sony 0005:054C:0306.000A: input,hidraw4: BLUETOOTH HID v1.10 Gamepad [Sony Computer Entertainment Inc BD Remote Control] on 00:00:00:00:00:00
2015-02-16 05:26:10 +00:00
Stefan Saraev
d879c7046a lcdproc: move nobody user/group to busybox 2015-02-14 22:54:28 +02:00
jenkins101
bc1f78ec07 lirc: fixed ir blasting 2015-02-06 10:36:23 +01:00
Kai Sommerfeld
b92f26a25a Fixed comment in systemd mount sample scripts: servicectl -> systemctl 2015-02-05 18:39:38 +01:00
Philipp Felix Hoefler
0e73cf3bdf libftdi: remove package and replace with package 'libftdi1', patch files for files using it this lib
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-01-31 19:50:29 +01: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
8245cdf312 wetek_play: fix power button 2015-01-18 22:43:55 +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
802a8e7cb5 userconfig: run after systemd-tmpfiles-setup 2015-01-18 18:10:09 +02:00
Stefan Saraev
0821b9008c debugconfig: run after systemd-tmpfiles-setup 2015-01-18 18:07:47 +02:00