Page 2 of 2

Re: Debian 7.5 64bits is not yet support right now?

Posted: Sun Aug 24, 2014 11:21 pm
by extremeshok
change

Code: Select all

if [ -e '/etc/redhat-release' ] || [ -e '/etc/lsb-release' ]; then
to

Code: Select all

if [ -e '/etc/redhat-release' ]; then

Re: Debian 7.5 64bits is not yet support right now?

Posted: Mon Feb 01, 2016 4:31 pm
by skurudo
iraton wrote:so how do you fix this?
Like this - add info to /etc/issue
viewtopic.php?t=9639