Skip to content

Commit

Permalink
initramfs/config: add some packages to include in target
Browse files Browse the repository at this point in the history
- dbus: fixes timedatectl bug
- man-db, manpages, less, bash-completion: useful
  • Loading branch information
jjakob committed Feb 17, 2021
1 parent ded9bb0 commit 1f6c0cb
Showing 1 changed file with 1 addition and 1 deletion.
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
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"
include_packages="vim,openssh-server,ntpdate,cron,locales,udev,fake-hwclock,mtd-utils,ca-certificates,apt-transport-https,vlan,bash-completion,less,man-db,manpages,dbus"

set_host() {
case `hostname` in
Expand Down

0 comments on commit 1f6c0cb

Please sign in to comment.