628 Commits

Author SHA1 Message Date
Stefan Saraev
d4fc0986a0 busybox: init: set rsize/wsize for nfs 2014-03-05 15:59:40 +02:00
Stefan Saraev
2307d68c8e busybox: tmpfiles.d: symlink /var/run -> /run. run early 2014-02-26 19:55:46 +02:00
Stefan Saraev
03e54f091a busybox: fs-resize: clean up and cosmetics 2014-02-22 14:47:40 +02:00
Stefan Saraev
0c96e95f70 busybox: init: clean up and cosmetics 2014-02-22 14:47:17 +02:00
Stephan Raue
74d7bcc068 busybox: move systemd to /usr/lib
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-02-20 17:05:22 +01:00
Christian Hewitt
dc7e0e26ca Merge pull request #2936 from chewitt/fsck_hfsplus_init
init: only fsck hfs+ when booting from hfs+
2014-02-12 20:08:02 -08:00
Christian Hewitt
db78221e4d init: only fsck hfs+ when booting from hfs+
Only fsck an HFS+ partition when we booted from an HFS+ partition. This
should only be true on AppleTV where we need to ensure the HFSX volume
is clean before mounting. It is false on other MacOS dual-boot
configurations where HFS+ partitions are present. This resolves #2929,
2014-02-13 07:57:23 +04:00
Stefan Saraev
c4ede581cd busybox: add 'sudo' 2014-02-12 20:00:22 +02:00
Stephan Raue
18a507ba24 busybox: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:18 +01:00
Stephan Raue
3213a4b79f busybox: update to busybox-1.22.1, add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-20 17:50:25 +01:00
Stefan Saraev
328c05a1d6 createlog: make rpi even happier 2014-01-15 03:45:57 +01:00
Stefan Saraev
a4ac801fb4 createlog: make RPi happy 2014-01-15 03:45:57 +01:00
Stefan Saraev
f7515df9e6 createlog: dont run nonexistent tools
closes #2881
2014-01-15 03:45:57 +01:00
Stefan Saraev
483e0e9655 Revert "add 'mceusb' to suspend/resume module unload list"
This reverts commit 6502a469623815bc0fc69ecd838bf062bc81562b.

ref #2845
2014-01-15 03:45:57 +01:00
Stefan Saraev
ee954ed8c6 busybox: update busybox-init.conf
enable FEATURE_SEAMLESS_*/FEATURE_TAR_AUTODETECT/EATURE_TAR_GNU_EXTENSIONS

without this tar autoupdate fails with some archives. thanks to newphreak
2014-01-04 16:26:38 +02:00
Stefan Saraev
6502a46962 add 'mceusb' to suspend/resume module unload list
tryfix #2845
2014-01-01 19:30:09 +02:00
Stephan Raue
1ad98d20dc busybox: update to busybox-1.22.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-01 15:43:02 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
a71fc829d2 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
Conflicts:
	packages/sysutils/busybox/install
	packages/sysutils/busybox/meta
2013-12-21 05:47:31 +01:00
Stefan Saraev
13aed43487 remove 'openelec' user
.. as it does not make sense and causes lot of confusion
2013-12-20 22:46:41 +02:00
Stefan Saraev
3ded391359 new package: re-add 'unzip'
closes #2820
2013-12-20 15:19:40 +02:00
Stephan Raue
cfc62d1fe9 busybox, busybox-initramfs, busybox-hosttools: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-18 17:35:23 +01:00
Stefan Saraev
b650cd514a busybox: cleanup. we don't ship terminfo/v/vt100 anymore 2013-12-09 21:19:43 +02:00
Stefan Saraev
756951f934 etc/profile.d: simplify PATH/LD_LIBRARY_PATH export
.. and move export LD_LIBRARY_PATH to busybox (where ot belongs)
2013-12-07 16:54:49 +02:00
Stefan Saraev
231a00b2da busybox: remove applet 'rfkill' 2013-12-01 01:12:24 +02:00
Stefan Saraev
7ce9ac4770 busybox: cleanup /etc/profile 2013-10-23 23:13:07 +03:00
Stefan Saraev
3191d8e028 busybox: export $DEBUG 2013-10-23 17:42:15 +03:00
Stefan Saraev
39630a0b65 createlog: adapt for systemd. include even more info 2013-10-18 20:40:40 +03:00
Stefan Saraev
83a284fff2 busybox: merge profile.d scripts 2013-10-17 21:04:15 +03:00
Stefan Saraev
793ece7a91 add TimeoutStopSec=1s (1sec) to some of our systemd services
... to avoid any possible timeouts. those services are fine to be
force stopped by KILL after 1 sec.
2013-10-16 19:15:13 +03:00
Stefan Saraev
2c835f85fd busybox: var-log-debug.service: start before systemd-journal-flush.service 2013-10-08 18:39:23 +03:00
Stefan Saraev
08e68d5001 busybox: start debugshell on "tty" boot parameter 2013-10-07 22:57:29 +03:00
Stefan Saraev
0644428de0 remove package: 'kexec-tools' 2013-10-07 12:33:21 +03:00
Stefan Saraev
9af76d3bcd busybox: fs-resize: remove the big fat warning
.. time to get this tested
2013-09-26 21:05:18 +03:00
Stephan Raue
8fbec99828 busybox: prevent cdrom from autoclose, this should fix #2510
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-09-24 03:34:13 +02:00
Stefan Saraev
810b0da190 .cache/openelec is a dir. a not file
.. so create it via tmpfiles.d + trailing / to
default service configs. or very bad thing happens.
2013-09-17 13:07:08 +03:00
Stefan Saraev
66c2ea298d busybox: initial /storage fs resizing support
... work in progress. do not use
2013-09-16 14:38:14 +03:00
Stefan Saraev
d2f5adf729 busybox: add dummy 'fs-resize' service 2013-09-15 21:54:16 +03:00
Stefan Saraev
d7cafa9421 projects/^/options: remove PARTED support
...not optional anymore
2013-09-15 21:53:53 +03:00
Stefan Saraev
baf8b197dc add optional /storage/.cache/debug.openelec to enable debugging 2013-08-30 20:35:24 +03:00
Stefan Saraev
7ff967635b busybox: remove syslog 2013-08-30 01:24:14 +03:00
Stefan Saraev
17db0edc4b busybox: implement suspend/resume SUSPEND_MODULES for systemd 2013-08-29 21:45:50 +03:00
Stefan Saraev
9b2a8fbb9b clean up 2013-08-29 12:03:36 +03:00
Stefan Saraev
d020cadf81 busybox: cron: always start if not cinfigured via settings addon 2013-08-28 21:19:56 +03:00
Stefan Saraev
8e09f70f83 var-log-debug: create persistent storage for journald in debug mode 2013-08-28 14:35:52 +03:00
Stephan Raue
93ef607941 busybox: rework 'debug-shell.service', should not start to early to dont lock /storage for possible umounts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-24 22:02:38 +02:00
Stephan Raue
371455cd2d Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-systemd
Conflicts:
	config/functions
	packages/sysutils/udisks/package.mk
	packages/sysutils/udisks/tmpfiles.d/udisks.conf
2013-08-22 18:50:56 +02:00
Stephan Raue
21fb919659 busybox: install optional parted support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-22 18:46:21 +02:00
Stephan Raue
eb7032c245 Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-systemd
Conflicts:
	packages/network/connman/scripts/connman-setup
	packages/sysutils/dbus/init.d/14_dbus
	packages/sysutils/udisks/init.d/31_mount-disks
	packages/tools/installer/package.mk
	projects/ARCTIC_MC/options
	projects/ATV/options
	projects/Fusion/options
	projects/Generic/options
	projects/Generic_OSS/options
	projects/ION/options
	projects/Intel/options
	projects/RPi/options
	projects/Virtual/options
	tools/mkpkg/mkpkg_udevil
2013-08-22 16:39:21 +02:00
Stephan Raue
5abd5e113b busybox: remove old init system
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-21 16:13:44 +02:00