Allow Helios64 to do separate /boot partition only if root placed

on fs than unbootable for device
This commit is contained in:
Igor Velkov 2025-11-17 05:02:23 +02:00 committed by Igor
parent 7f15455702
commit da5df3b00a

View File

@ -13,6 +13,11 @@ PACKAGE_LIST_BOARD="mdadm i2c-tools fancontrol"
PACKAGE_LIST_BOARD_REMOVE="fake-hwclock"
CPUMAX="1800000"
if [[ "$ROOTFS_TYPE" =~ btrfs|f2fs|nilfs2|nfs|xfs ]]; then
BOOTFS_TYPE=${BOOTFS_TYPE:-ext4}
BOOTPART_REQUIRED=${BOOTPART_REQUIRED:-yes}
fi
function post_family_tweaks__helios64_enable_heartbeat() {
display_alert "$BOARD" "Installing board tweaks" "info"