aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yerba/recipes-core/images')
-rw-r--r--meta-yerba/recipes-core/images/yerba-image.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-yerba/recipes-core/images/yerba-image.bb b/meta-yerba/recipes-core/images/yerba-image.bb
index ab0fea1..3b07d89 100644
--- a/meta-yerba/recipes-core/images/yerba-image.bb
+++ b/meta-yerba/recipes-core/images/yerba-image.bb
@@ -12,6 +12,7 @@ IMAGE_INSTALL = "\
${CORE_IMAGE_EXTRA_INSTALL} \
runit \
runit-serialgetty \
+ runit-dhcpcd \
runit-config \
bash \
zsh \
@@ -34,9 +35,5 @@ do_image_post:append() {
install -d ${IMAGE_ROOTFS}/home/yerba
chown 1000:1000 ${IMAGE_ROOTFS}/home/yerba
- # Do this later because i cant be bothered to make a doas recipe atm
- # echo "permit :wheel" > ${IMAGE_ROOTFS}/etc/doas.conf
- # chmod 0640 ${IMAGE_ROOTFS}/etc/doas.conf
-
echo "Welcome to Yerba Linux" > ${IMAGE_ROOTFS}/etc/motd
}