-
-
Notifications
You must be signed in to change notification settings - Fork 3
armbian-common: rework to add more dependencies/recommends from armbian/build's CLI config #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…an/build's CLI config
WalkthroughThe pull request modifies the debian/control file to expand the dependency and recommendation lists for the armbian-common package. Eleven new packages are added to the Depends field: apt-utils, ca-certificates, console-setup, e2fsprogs, initramfs-tools, iproute2, logrotate, linux-base, locales, gnupg2, and tzdata. Additionally, thirty-four packages are added to the Recommends field, including utilities and tools such as curl, jq, rsync, and wireless networking packages. The change maintains the existing package structure with no removals. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-12-06T21:01:15.459ZApplied to files:
🔇 Additional comments (5)
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 is a cherry-pick, with a few teaks, from #25
apt-utilsis needed, albeit it will be installed bymmdebstrap[we have to explicitly do so], as islocalesconsole-setupis fromconfig/cli/common/debootstrap/packagesca-certificatese2fs-progsoddly isn't, but it is needed to do the FS resize that happens on first boot.btrfs,ext4,xfs, etc]?initramfs-utilsis needed for any kernel that I'm aware of. arguablyarmbian-bsporlinux-imageshould depend on this, but as its always needed, it should go into therootfscache.gnupg2is a virtual package that pulls in other GNU PG machinery, which afaik is needed for APT.aptsuggests it.config/cli/common/debootstrap/packageswhich suggests it's mandatoryiproute2seems obvious? maybe this could be demoted toRecommendstzdatathe
Recommendsare just pulled fromconfig/cli/common/main/packages