30 Commits

Author SHA1 Message Date
Andreas Müller
0dde7d704a console-net-image: Adjust networkmanager packages
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-07-08 21:39:08 +02:00
Andreas Müller
e6e8af2285 Move to new override syntax
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-08-16 12:16:08 +02:00
Andreas Müller
1c815a27f4 console-base-image: add sudo
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-07-27 23:36:59 +02:00
Andreas Müller
79919cbef8 Make sure we have everything for painless character encoding in glibc images
Is it really worth creating issues for saving less than 10 Megabytes?

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-06-25 00:06:55 +02:00
Andreas Müller
a86863af6b Let's prefer dbus-broker in our images
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-06-04 12:09:38 +02:00
Andreas Müller
372b4c1003 console-base-image: add rsync and full wget
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-12-15 23:40:37 +01:00
Andreas Müller
e5f9d491ff console-base-image: add findutils
busybox's find is missing important parameters

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-11-04 15:35:57 +01:00
Andreas Müller
9ebd223d47 Remove fixmac
MAC setup magic should not be installed by default in all our images

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-06-03 22:54:33 +02:00
Andreas Müller
6f4fa506aa console-net-image: add networkmanager-openvpn
In times of home-office users might want to tunnel to copmpany's network

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-18 18:19:53 +01:00
Andreas Müller
fe7b051c0b move glibc-utils console-base-image -> packagegroup-gui-dev
Add for libc glibc only

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-02 03:09:10 +02:00
Andreas Müller
e7a7e65c17 base-passwd: let bash be the default shell for root
* we prefer bash in our images anyway
* makes default configuration more simple

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-02-20 17:47:30 +01:00
Andreas Müller
49bed45070 Add more bash-completion to our images
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-02-20 00:23:59 +01:00
Andreas Müller
35a709c7e6 Move bash-completion packagegroup-gui-tiny -> console-base-image
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-02-20 00:16:37 +01:00
Andreas Müller
0184428974 Rework network/ssh package addings
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-01-10 18:45:26 +01:00
Andreas Müller
3161bf4239 console-net-image: allow users to select a alternate networkmanager
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-01-10 18:16:45 +01:00
Andreas Müller
f3c630d617 console-net-image: remove openssh-sftp-server
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-12-07 15:44:53 +01:00
Andreas Müller
a4076e905e console-net-image: Add missing openssh packages
This slipped through due to TASK_BASIC_SSHDAEMON. Rewrite comment to be more
specific that changes on TASK_BASIC_SSHDAEMON do not change anything in case
packagegroup-basic is not added explicitly.
We do not add openssh-sftp - openssh-scp is good enough.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-11-29 10:01:58 +01:00
Andreas Müller
c440a448fa console-net-image: add iputils
busybox tools lack important features

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-18 16:55:58 +02:00
Andreas Müller
e26aed71ec Add more love on root shell
The changes were impemented at console-base-image to make sure that building
images with different defaults are made easily - don't hard pin our ideas.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-08 02:00:25 +02:00
Andreas Müller
faac13d43d Have coreutils in our images
* prefer original versions over busybox variants
* increases image size ~9MB

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-07 15:00:20 +02:00
Andreas Müller
8137edd3b0 console-net-image: Add openssh-sshd
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-07 01:04:14 +02:00
Andreas Müller
be2367805c Rework image features
Insist on useful defaults

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-07 00:41:36 +02:00
Andreas Müller
34e2a2faf8 Forget the fine grained packagegroup-base thingy - console images have no display
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-03 23:52:04 +02:00
Andreas Müller
4b160e68a6 rework console-images
* rename console-base-image-nm -> console-image-net
* finer-grained packagegroup-base handling
* move avahi/openssh-sftp-server to console-net-image

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-03 22:18:53 +02:00
Andreas Müller
e6028bd8ee console-base-image: add htop
It got lost by our packagegroup-basic -> packagegroup-base transition

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-03 18:23:46 +02:00
Andreas Müller
0c9f5a5865 rename console-base-image-no-nm -> console-base-image
Yes there is a recipe with same name in Angstrom but two distro layers in one
build environment are not recommended exactly.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-10-02 23:37:07 +02:00
Andreas Müller
9fb0170a3c console-base-image-no-nm: add util-linux-lsblk
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-30 12:12:56 +02:00
Andreas Müller
8cda70259a console-base-image-no-nm: remove strace and evtest
* evtest: last time tested it was not working
* strace: is already included

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 19:28:07 +02:00
Andreas Müller
725912c5fa Image tweaks
* replace packagegroup-basic by packagegroup-base (otherwise
  DISTRO_EXTRA_RDEPENDS / DISTRO_EXTRA_RRECOMMENDS won't apply)
* full linguas for full images only
* make strace/procps  unconditional recomendation

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 19:06:18 +02:00
Andreas Müller
f512b459c7 Add image recipe from meta-misc
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-09-28 16:41:35 +02:00