[DEFCONFIG/BOARD] Fix permissions, mount rootfs read-only, create swap in firstboot (#66)

* Fix permissions

* Enable swap in firstboot, change btrfs commit interval to 5s
This commit is contained in:
tiopex
2023-12-14 23:06:39 +01:00
committed by GitHub
parent 130d2be1f3
commit bb7b7e03eb
6 changed files with 9 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ BR2_PACKAGE_HOST_GDB_SIM=y
BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv5te -mtune=arm926ej-s"
BR2_TARGET_GENERIC_HOSTNAME="miyoo"
BR2_TARGET_GENERIC_ISSUE="Welcome to Miyoo"
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
BR2_ROOTFS_OVERLAY="board/miyoo/rootfs"
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/miyoo/scripts/genimage.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="${BR2_TOOLCHAIN_BUILDROOT_VENDOR} ${BR2_VERSION_FULL} ${BR2_TOOLCHAIN_BUILDROOT_LIBC}"