diff --git a/README.md b/README.md index 2a01a7d..a0f73f2 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ODROID-XU4 Cloudshell LCD Informations for Server Installation: -wget https://raw.githubusercontent.com/mdrjr/cloudshell_lcd/master/cloudshell-lcd_20150731-2_armhf.deb +wget https://raw.githubusercontent.com/mdrjr/cloudshell_lcd/master/cloudshell-lcd_20160913-3_armhf.deb -sudo dpkg -i cloudshell-lcd_20150731-1_armhf.deb +sudo dpkg -i cloudshell-lcd_20160913-3_armhf.deb sudo apt-get -f install diff --git a/cloudshell b/cloudshell index 95d4026..dc45916 100755 --- a/cloudshell +++ b/cloudshell @@ -18,7 +18,9 @@ export CONSOLE_FONT="Lat15-Fixed18" export OUTPUT_CONSOLE="1" # Network Interface: eth0, wlan0, .... -export NETIF="eth0" +#Find Default eth0 device for new systemd configurations... +ETHFIND=$(ifconfig | grep Link | awk '{print $1}' | sort | egrep -v 'inet6|lo') +export NETIF="$ETHFIND" # SATA HDD mount export SATA="/dev/sda1"