Commit 48d1f83c authored by Daniel Cordero's avatar Daniel Cordero

Enable lingering for ceres

parent 6090ca9d
...@@ -11,6 +11,8 @@ do_install_append() { ...@@ -11,6 +11,8 @@ do_install_append() {
install -m 0644 ${WORKDIR}/65-android.rules ${D}${sysconfdir}/udev/rules.d/65-android.rules install -m 0644 ${WORKDIR}/65-android.rules ${D}${sysconfdir}/udev/rules.d/65-android.rules
# Enables auto-login for ceres # Enables auto-login for ceres
install -d ${D}/var/lib/systemd/linger
touch ${D}/var/lib/systemd/linger/ceres
sed -i "s@agetty --noclear @agetty --autologin ceres @" ${D}/lib/systemd/system/getty@.service sed -i "s@agetty --noclear @agetty --autologin ceres @" ${D}/lib/systemd/system/getty@.service
# In current systemd versions we have to take care ourselves of the dbus user service, it should be handled in the next versions # In current systemd versions we have to take care ourselves of the dbus user service, it should be handled in the next versions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment