Igor Pečovnik
5473fe28d8
Soft video playback on full screen
...
https://github.com/armbian/build/pull/1379
2019-05-23 21:30:24 +02:00
Igor Pečovnik
7a58184037
Merge pull request #1381 from OLIMEX/fix_hardware_optimization
...
Fix block iosched for kernel 4.20
2019-05-23 21:28:13 +02:00
Stefan Mavrodiev
20c4209a3b
Add rootdev= to armbianEnv if missing
2019-05-23 13:27:50 +03:00
Stefan Mavrodiev
4450e3a037
Fix block iosched for kernel 4.20
2019-05-23 11:16:18 +03:00
Igor Pecovnik
6abbb74cbc
[ general ] Unattended upgrades are disabled by default. This commit gives only sane startup pattern if one wish to enable this feature. Perhaps toggle once lands in armbian-config
2019-05-20 20:03:29 +02:00
Igor Pečovnik
70dc1c1b2f
Cosmetical
...
Exclude also when syncing to disk
2019-05-20 14:07:48 +02:00
Igor Pečovnik
6429ea8d63
Cosmetical
...
We don't need to sync this and in some cases it throws out warnings
2019-05-20 12:46:07 +02:00
Igor Pečovnik
cde51f556a
Merge pull request #1370 from wtfo-guru/fix_truncate_logs
...
added missing mail logs, and firewalld log
2019-05-14 18:29:21 +02:00
Quien Sabe
d3257d247c
added missing mail logs, and firewalld log
2019-05-14 09:35:53 -04:00
Igor Pečovnik
f67464e03f
Show 1-wire in motd only if declared
...
in /etc/default/armbian-motd
2019-05-14 15:27:14 +02:00
Igor Pečovnik
a5fba366ce
Update armbian-motd.dpkg-dist
2019-05-14 15:25:49 +02:00
Igor Pečovnik
b88d999b3b
Tiny improvements
2019-05-14 14:13:37 +02:00
Igor Pečovnik
86b8fac8ef
Small improvements
...
for not showing errors when w1 is enabled but device not present
2019-05-14 12:24:43 +02:00
Igor Pečovnik
5d94f08deb
Optional temp readings
...
Display W1 temp in MOTD as ambient if present
2019-05-14 12:00:20 +02:00
Igor Pecovnik
438133dac4
[ meson64 ] set fixed cloned mac in the first run, adjust patches for DEV branch
2019-05-05 23:32:29 +02:00
Igor Pečovnik
7368b0bfe1
Window was too big
...
Adjusting to sane values
2019-05-04 10:03:36 +02:00
Igor Pečovnik
4da09e425e
Cosmetical
...
Fixing broken "warning" display
2019-05-04 09:38:26 +02:00
Igor Pecovnik
04f9f85794
[ rk3399 & general ] Move RK3399 to U-boot 2019.04 (briefly tested on T4+). Adding hostname to htop
2019-04-28 22:57:42 +02:00
Igor Pecovnik
21478fed59
Nanopi boards - set consistent naming
2019-04-19 19:58:08 +02:00
Simone Rossetto
f4e50fc963
Change regex match from 'log/' to '/log/'
...
The sed command was wrongly replacing every folder whose name ends
in 'log/' with 'log.hdd/', so i.e. '/var/log/ulog/*.log' became
'/var/log.hdd/ulog.hdd/*.log'. Subsequent logrotate exections would
fail due to non existent folders.
In addition, some logrotate config files may have more than one path
per line, so a 'g' option in the sed replacement regex is required
to replace all '/log/' entries at once.
2019-03-20 16:38:38 +01:00
Igor Pecovnik
a08d72b4b8
[ rk3399 default ] enable workaround for fixed MAC
2019-03-10 18:28:51 +01:00
ThomasKaiser
59e8085ca1
Bugfixes and remove unused function in nand-sata-install
2019-03-08 17:58:46 +01:00
ThomasKaiser
71e7ad2e02
Avoid kernel 5.x surprise
2019-03-08 17:38:30 +01:00
ThomasKaiser
6631b18e79
Use only 1 zram device for swap with modern kernels
2019-03-08 16:55:34 +01:00
ThomasKaiser
e871577202
Enable optional zram backing device
2019-03-08 16:40:34 +01:00
lanefu
5f83200147
Merge pull request #1299 from wtfo-guru/fix_path_issue
...
fix path issue for cron.d script
2019-03-05 23:07:58 -05:00
Quien Sabe
52eaaf69c9
updated per recommendation, reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617898#22 "
2019-03-05 11:34:25 -05:00
Thomas Kaiser
10f9ea7db5
Avoid temp file vulnerabilities
2019-03-04 07:52:46 +01:00
Igor Pečovnik
824fcbf744
Merge pull request #1300 from helios-4/helios4-wol
...
[ helios4 ] Enable WoL for eth0
2019-03-03 17:33:31 +01:00
Anton-Latukha
f2e183da34
nand-sata-install: different errors - different codes & debug help
2019-03-02 22:22:19 +02:00
Anton-Latukha
b37f4e13c8
nand-sata-install: errors should go to stderr and have clear message
2019-03-02 22:22:17 +02:00
Anton-Latukha
85e0d124cd
nand-sata-install: errors should have the error exit code
2019-03-02 22:20:34 +02:00
Anton-Latukha
b2075df485
nand-sata-install: fix exit -1 - impossible exit code
...
Someone wrote ridicilous stuff. There is only one exit code range - [0-255].
There is no negative return codes in Unix shells.
2019-03-02 20:33:52 +02:00
Anton-Latukha
fcd95f997e
nand-sata-install: deprecated egrep -> grep -E
2019-03-02 20:30:54 +02:00
Gauthier Provost
194d887ab1
[ helios4 ] Enable WoL for eth0
2019-03-02 22:59:36 +08:00
Quien Sabe
9dd404c4aa
fix path issue for cron.d script
2019-02-26 16:22:36 -05:00
Anton-Latukha
120e898ddd
nand-sata-install: $n, ${n} -> "$n"
2019-02-25 18:54:54 +02:00
Anton-Latukha
328737f9c9
nand-sata-install: $2 -> "$2"
2019-02-25 18:54:54 +02:00
Anton-Latukha
e282aa5781
nand-sata-install: ${1} -> "$1"
2019-02-25 18:54:54 +02:00
Anton-Latukha
34615eba0d
nand-sata-install: "..." -> literal '...'
2019-02-25 18:54:54 +02:00
Anton-Latukha
05fc98bdcf
nand-sata-install: $1 -> "$1"
2019-02-25 18:54:49 +02:00
Igor Pečovnik
ae07298011
Merge pull request #1295 from Anton-Latukha/nand-sata-install-fx02
...
nand-sata-install: properly quoting some variables
2019-02-25 09:08:17 +01:00
Anton-Latukha
b6576cdb6b
nand-sata-install: ${root_partition_device} -> "${...}"
2019-02-24 16:54:17 +02:00
Anton-Latukha
7b515b8b88
nand-sata-install: $DIR -> "$DIR"
2019-02-24 16:51:58 +02:00
Anton-Latukha
188f474628
nand-sata-install: ${root_uuid} -> "${root_uuid}"
2019-02-24 16:50:18 +02:00
Anton-Latukha
ed7a4d7757
nand-sata-install: ${TempDir} -> "${TempDir}"
2019-02-24 16:50:10 +02:00
Anton-Latukha
f142dc8ac3
nand-sata-install: rm unused nanddevice variable
2019-02-24 16:22:47 +02:00
Aditya Prayoga
9f9e92a415
helios4: tweak fancontrol config
...
User reported HDD high temp during idle, due to fan stop spinning.
Readjust the fancontrol configuration to always run in low speed during
idle.
2019-02-18 17:49:36 +08:00
Igor Pecovnik
1541de32b8
[ rk3399 ] Enable bluetooth on M4, T4, Neo4, ...
2019-02-06 17:58:17 +01:00
Igor Pecovnik
7e38968709
[ add orangepi rk3399 ] Board boots, wifi and net works, can be installed on eMMC but various troubles at this point. It's dirty DT copy from stock kernel. Need further rework ...
2019-01-25 20:48:57 +01:00