# HG changeset patch # User Pascal Bellard # Date 1440875559 -7200 # Node ID e95fbf28ebb88e78dd413fbe74fa36fd08254b3e # Parent dcdb496ee31f5028cb35c6d8dc815bed72ddecc9 /etc/init.d/bootopts.sh: typo diff -r dcdb496ee31f -r e95fbf28ebb8 etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Thu Aug 27 21:19:17 2015 +0200 +++ b/etc/init.d/bootopts.sh Sat Aug 29 21:12:39 2015 +0200 @@ -64,7 +64,7 @@ # Autologin option to skip first graphic login prompt. if [ -f /etc/slim.conf ]; then sed -i '/auto_login .*/d' /etc/slim.conf - echo 'auto_login yes' >> /etc/slim.confi + echo 'auto_login yes' >> /etc/slim.conf fi ;; lang=*) # Check for a specified locale (lang=*).