blob: e376fbe7193adfbab44733f9291dd72a96e2ef72 [file] [log] [blame]
#!/bin/sh
set -ex
${BR2_EXTERNAL_CZECHLIGHT_PATH}/board/czechlight/clearfog/copy-boot-scr.sh
${BR2_EXTERNAL_CZECHLIGHT_PATH}/board/czechlight/common/os-release.sh
# enable about 250MB of ramfs for the journal log
sed -i -n \
-e '/\s\/run\s/!p' \
-e '$a tmpfs /run tmpfs rw,nosuid,nodev,size=256000k,nr_inodes=819200,mode=755' \
${TARGET_DIR}/etc/fstab