From a7321eb6608a6592da4292260e290b43da6838a7 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 18 Jun 2026 12:59:37 +1200 Subject: Fix up the serialgetty recipe to use proper file structure, and add a dhcpcd recipe --- meta-yerba/recipes-core/images/yerba-image.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-yerba/recipes-core/images/yerba-image.bb') diff --git a/meta-yerba/recipes-core/images/yerba-image.bb b/meta-yerba/recipes-core/images/yerba-image.bb index ab0fea1..5515039 100644 --- a/meta-yerba/recipes-core/images/yerba-image.bb +++ b/meta-yerba/recipes-core/images/yerba-image.bb @@ -34,9 +34,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 } -- cgit v1.2.3