From 2cb8fe511cc302154537ae4a819f558a72081dc0 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 14 Jul 2012 16:01:28 +0200 Subject: Fix autologin The old autologin method doesn't work anymore with recent login from util-linux. Utilize agetty -a instead. Signed-off-by: Pierre Schmitz Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/root-image/usr/bin/autologin | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 configs/releng/root-image/usr/bin/autologin (limited to 'configs/releng/root-image/usr') diff --git a/configs/releng/root-image/usr/bin/autologin b/configs/releng/root-image/usr/bin/autologin deleted file mode 100755 index c124f9e..0000000 --- a/configs/releng/root-image/usr/bin/autologin +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/bin/login -f root -- cgit v1.2.3-54-g00ecf