-
Notifications
You must be signed in to change notification settings - Fork 14
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
base: master
Are you sure you want to change the base?
Changes from 1 commit
fd1207b
d37574b
61c54ea
b522ea3
0212baa
0b60b88
f00a71d
ad2b231
846a1ce
ac15d86
ded9bb0
1f6c0cb
b11648d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
mp=/tmp/newroot | ||
default_debian_suite=buster | ||
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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
There was a problem hiding this comment.
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"