From 2cfa4a90881bff63fccb2ea93161106193ee8f50 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 6 Apr 2017 15:11:05 -0400 Subject: [PATCH] Override gettys to wait for the user the press enter, and autologin to the ubuntu user. --- .../lib/systemd/system/getty@.service.d/autologin.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 live-build/ubuntu-server-live/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf diff --git a/live-build/ubuntu-server-live/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf b/live-build/ubuntu-server-live/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf new file mode 100644 index 00000000..2c08352a --- /dev/null +++ b/live-build/ubuntu-server-live/includes.binary/boot/overlay.dir/lib/systemd/system/getty@.service.d/autologin.conf @@ -0,0 +1,3 @@ +[Service] +ExecStart= +ExecStart=-/sbin/agetty --noclear --login-pause --autologin ubuntu %I $TERM