Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created January 21, 2015 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/1d99d33ed012442410c8 to your computer and use it in GitHub Desktop.
Save mamemomonga/1d99d33ed012442410c8 to your computer and use it in GitHub Desktop.
特定ユーザで自動ログインする (Debian)
vim /etc/inittab
#1:2345:respawn:/sbin/getty --noclear 38400 tty1
1:2345:respawn:/bin/login -f demouser tty1 </dev/tty1 >/dev/tty1 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment