07-23-2014, 12:50 AM
(07-22-2014, 11:56 PM)Scott(0) link Wrote:@Coastie
No, you don't need to reinstall. The issue file can be easily replaced with the correct information.
Backup the current issue file
Code:sudo mv /etc/issue /etc/issue.bak
Create a new issue file with the correct information
Code:sudo bash -c 'echo "Linux Lite 2.0 LTS \n \l" > /etc/issue'
Ran first instruction above:
coastie@coastie-desktop:~$ sudo mv /etc/issue /etc/issue.bak
[sudo] password for coastie:
entered password
then got:
mv: cannot stat ‘/etc/issue’: No such file or director
Tried second and got:
coastie@coastie-desktop:~$ sudo bash -c 'echo "Linux Lite 2.0 LTS \n \l" > /etc/issue'
[sudo] password for coastie:
entered password
then goes back to
coastie@coastie-desktop:~$
![[Image: EtYqOrS.png%5D]](http://i.imgur.com/EtYqOrS.png%5D)
Left Mac OS X for Linux in Jan 2014