Allow Helios64 to do separate /boot partition only if root placed on fs than unbootable on device#8946
Conversation
on fs than unbootable for device
WalkthroughBoard configuration for Helios64 updated to add watchdog to the package list and introduce conditional defaults for boot filesystem type and partition requirements based on the root filesystem type selection. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (9)📓 Common learnings📚 Learning: 2025-11-02T20:49:56.719ZApplied to files:
📚 Learning: 2025-09-18T03:36:17.862ZApplied to files:
📚 Learning: 2025-09-18T03:36:17.862ZApplied to files:
📚 Learning: 2025-08-30T06:56:33.372ZApplied to files:
📚 Learning: 2025-10-14T05:08:11.785ZApplied to files:
📚 Learning: 2025-09-07T17:39:32.272ZApplied to files:
📚 Learning: 2025-07-23T07:30:52.265ZApplied to files:
📚 Learning: 2025-10-26T10:41:35.118ZApplied to files:
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ This PR has been reviewed and approved — all set for merge! |
Allow Helios64 to do separate /boot partition only if root placed on fs than unbootable on device.
follow up #8927
How Has This Been Tested?
Do build with different ROOTFS_TYPE, and look into result image for separate ext3 /boot partition.
/boot present
no separeted /boot, root ext4
no /boot, rootfs nilfs2
Summary by CodeRabbit
New Features
Chores