aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/images
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-18 12:59:37 +1200
committerArslaan Pathan <[email protected]>2026-06-18 12:59:37 +1200
commita7321eb6608a6592da4292260e290b43da6838a7 (patch)
treeaf2e61ce3de1c2efd7657555b83692eba41c69d4 /meta-yerba/recipes-core/images
parent029944432c9a49f645a54c073a24580b8b89a1a6 (diff)
downloadyerbalinux-a7321eb6608a6592da4292260e290b43da6838a7.tar.xz
yerbalinux-a7321eb6608a6592da4292260e290b43da6838a7.zip
Fix up the serialgetty recipe to use proper file structure, and add a dhcpcd recipe
Diffstat (limited to 'meta-yerba/recipes-core/images')
-rw-r--r--meta-yerba/recipes-core/images/yerba-image.bb4
1 files changed, 0 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..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
}