forked from andonome/lk
		
	correct void autologin
This commit is contained in:
		| @@ -3,12 +3,20 @@ Make the autologin service: | ||||
|  | ||||
| > cp -R /etc/sv/agetty-tty1 /etc/sv/agetty-autologin-tty1 | ||||
|  | ||||
| > echo "GETTY_ARGS="--autologin yourusernamehere --noclear" | ||||
| > BAUD_RATE=38400 | ||||
| > TERM_NAME=linux" > /etc/sv/agetty-autologin-tty1/conf | ||||
| ``` | ||||
|  | ||||
| > rm /var/service/agetty-tty1 | ||||
| > ln -s /etc/sv/agetty-autologin-tty1 /var/service | ||||
| if [ -x /sbin/agetty -o -x /bin/agetty ]; then | ||||
|         # util-linux specific settings | ||||
|         if [ "${tty}" = "tty1" ]; then | ||||
|                 GETTY_ARGS="--noclear" | ||||
|         fi   | ||||
| fi | ||||
|  | ||||
| GETTY_ARGS="--autologin [ your username ] --noclear" | ||||
| BAUD_RATE=38400 | ||||
| TERM_NAME=linux | ||||
|  | ||||
| ``` | ||||
|  | ||||
| Then stick this at the end of the bashrc: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user