Allow Helios64 to do separate /boot partition only if root placed
on fs than unbootable for device
This commit is contained in:
parent
7f15455702
commit
da5df3b00a
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user