Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # systemd_%.bbappend
- do_install_append() {
- if ${@bb.utils.contains('DISTRO_FEATURES','disable_getty','true','false',d)}; then
- # Disable getty starting at boot time if 'disable_getty' is enabled
- sed -i -e "s/enable [email protected]/disable [email protected]/g" ${D}${systemd_unitdir}/system-preset/90-systemd.preset
- fi
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement