Jan Kundrát | 7e50de0 | 2020-10-26 16:06:16 +0100 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | set -ex | ||||
4 | |||||
5 | ${BR2_EXTERNAL_CZECHLIGHT_PATH}/board/czechlight/clearfog/copy-boot-scr.sh | ||||
6 | |||||
7 | ${BR2_EXTERNAL_CZECHLIGHT_PATH}/board/czechlight/common/os-release.sh | ||||
8 | |||||
9 | # enable about 250MB of ramfs for the journal log | ||||
10 | sed -i -n \ | ||||
11 | -e '/\s\/run\s/!p' \ | ||||
12 | -e '$a tmpfs /run tmpfs rw,nosuid,nodev,size=256000k,nr_inodes=819200,mode=755' \ | ||||
13 | ${TARGET_DIR}/etc/fstab |