blob: e376fbe7193adfbab44733f9291dd72a96e2ef72 [file] [log] [blame]
Jan Kundrát7e50de02020-10-26 16:06:16 +01001#!/bin/sh
2
3set -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
10sed -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