aboutsummaryrefslogtreecommitdiff
path: root/meta-yerba/recipes-core/images/yerba-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yerba/recipes-core/images/yerba-image.bb')
-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
}