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 Pečovnik
f9f104568f
reverting
2019-02-08 14:57:21 +01:00
Igor Pecovnik
1541de32b8
[ rk3399 ] Enable bluetooth on M4, T4, Neo4, ...
2019-02-06 17:58:17 +01:00
Igor Pečovnik
0ec0f39aaa
bugfix
...
https://forum.armbian.com/topic/9525-armbian-firmware-regulatorydb/
2019-02-03 16:09:43 +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
guillem
ddc71e0cf4
- Corrected visualization of the gauge, no flickering now
2019-01-23 16:09:12 -03:00
guillem
c4af662147
- Corrected misspelling on the comments
2019-01-23 14:41:41 -03:00
guillem
5848826e45
- Increased 10 times the speed copy of the rootfs, the rsync is stuck by dialog. Now it's launched on background
...
and communicate via files on the tmp
2019-01-23 14:38:05 -03:00
Igor Pecovnik
48d0393a6f
[ hostapd ] bugfix. add patchlist
2019-01-22 21:00:21 +01:00
Igor Pecovnik
ec215db23d
[ extras-buildpkgs ] bump hostapd to 2.7, remove deprecated patches
2019-01-21 19:29:29 +01:00
Igor Pečovnik
2c3035fff0
Merge pull request #1241 from helios-4/helios4_update
...
[ General ] Move bootscript update to nand-sata-install
2019-01-21 14:38:21 +01:00
Gauthier Provost
93ba3ec3dd
[ General ] Move bootscript update to nand-sata-install
2019-01-21 11:44:24 +08:00
Igor Pečovnik
80e32ef7d1
improvement
...
https://github.com/armbian/build/issues/1235
2019-01-19 09:34:55 +01:00
karolszklarski
e00fe9814f
Target can be not only partition, but also md raid
...
Target of nand-sata-install can be not only partition, but also md raid
2019-01-18 19:13:13 +01:00
Aditya Prayoga
9116aa2da3
helios4: Remove fancontrol patch
...
After some discussion, it is no longer needed to put the fan to low
speed / stop during exit. So remove the patch that alter default
behavior during exit.
[URL]
https://forum.armbian.com/topic/6033-helios4-support/?do=findComment&comment=69732
2019-01-18 02:16:00 -08:00
Igor Pecovnik
34ccb5d625
[ nand-sata-install cosmetics ] Suppress error on probing, bigger message for bootloader write, adding "eMMC". It works - at least where eMMC = SD card
2019-01-08 18:06:22 +01:00
Igor Pečovnik
5beb95d8f9
Merge pull request #1216 from helios-4/helios4_update
...
U-boot SDcard update changes
2019-01-08 15:53:41 +01:00
Gauthier Provost
dd15668412
[ general ] Add update u-boot on SD option in nand-sata-install
...
Postinst script is being remove from u-boot package. Therefore now we
provide a way to user to update (rewrite) u-boot on their SD card.
2019-01-08 18:12:02 +08:00
Gauthier Provost
e72815ca72
[ general ] Clean-up function names in nand-sata-install
2019-01-08 16:55:39 +08:00
Igor Pečovnik
ccf7f50b9b
Merge pull request #1212 from helios-4/helios4_update
...
Helios4 update
2019-01-08 07:19:52 +01:00
Gauthier Provost
795efc6e79
[ helios4 ] Use a more deterministic path for ambient source temp.
2019-01-08 12:55:01 +08:00
JMCC
e6563d44bd
Set performance GPU devfreq governor for RK3399
2019-01-05 00:47:20 +01:00