Skip to content

Instantly share code, notes, and snippets.

@bcremer
Last active August 29, 2015 14:25
Show Gist options
  • Save bcremer/5d752b05a553f0be13b2 to your computer and use it in GitHub Desktop.
Save bcremer/5d752b05a553f0be13b2 to your computer and use it in GitHub Desktop.
Half-autologin to virtual console (prompt for password)

Skip question for username during tty login

Found on reddit.

$ sudo systemctl edit getty@tty1
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --skip-login --login-options youruser --noclear %I 38400 linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment