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

Fixes and improvements #27

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion initramfs/config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
mp=/tmp/newroot
default_debian_suite=buster
Copy link
Contributor

Choose a reason for hiding this comment

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

How is that related to the other change in config.sample:
GNUBEE_DEBIAN_SUITE="stable"

default_debian_mirror="http://httpredir.debian.org/debian"
include_packages="vim,openssh-server,ntpdate,cron,locales,udev,fake-hwclock,mtd-utils,ca-certificates,apt-transport-https,vlan,libnl-3-200,libnl-genl-3-200"
include_packages="vim,openssh-server,ntpdate,cron,locales,udev,fake-hwclock,mtd-utils,ca-certificates,apt-transport-https,vlan"
Copy link
Contributor

@vincele vincele Dec 3, 2022

Choose a reason for hiding this comment

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

I was asking myself a question about those version-specific packages, wrt your change about the default debian version to be used for the rootfs.

So is this removal because "they are not needed in the new debian version any more" or is it something else ?

In fact, I only ask to add a little bit more details to the commit msg, the actual patch may be fine.


set_host() {
case `hostname` in
Expand Down