Skip to content
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

Fix presets #281

Merged
merged 4 commits into from
Sep 27, 2015
Merged

Fix presets #281

merged 4 commits into from
Sep 27, 2015

Conversation

diederikdehaas
Copy link
Member

This PR re-implements the presets configuration so that a kernel is always installed as well as cpufrequtils to fully utilize the CPU.

This fixes #253, #277, #279 and #271.

cdebootstrap_cmdline="$cdebootstrap_cmdline,${kernel_meta_package}"
fi
# minimal
minimal_packages="fake-hwclock,ifupdown,net-tools,ntp,openssh-server"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd add ${base_packages} into the list here, not in the include parameter

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

although I'm not against it like it is, not to be misunderstood 😇

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had it like that at first, but changed it into what it is now. Don't recall right now what the reasoning of it was ...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool

goranche added a commit that referenced this pull request Sep 27, 2015
@goranche goranche merged commit 3d59c3d into debian-pi:v1.0.x Sep 27, 2015
@diederikdehaas diederikdehaas deleted the fix-presets branch September 30, 2015 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants