revert freetop changes, unset DHCPC class
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Sat, 15 Aug 2015 03:24:13 +0000 (23:24 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Sat, 15 Aug 2015 03:24:13 +0000 (23:24 -0400)
unsetting the DHCPC class for freetop*, freetop-x60* and streamstation*
is the correct way to go about disabling dhcpcd on the eth0 interface.

class/50-host-classes
files/etc/network/interfaces/FREETOP [deleted file]
scripts/FREETOP/00_install_etc_network_interfaces [deleted file]

index 29b0b70938ffd33caead461147006234bf3ad971..76b1c564ed1246eb2a6dcb85f254d45c682f1c56 100755 (executable)
@@ -36,7 +36,7 @@ case $HOSTNAME in
         echo "FAIBASE DISKLESS XORG TRISQUEL WORKSTATION FSF"
         ;;
     freetop-x60*)
-       echo "FAIBASE $GRUB DHCPC XORG TRISQUEL WORKSTATION FSF FREETOP"
+       echo "FAIBASE $GRUB XORG TRISQUEL WORKSTATION FSF"
        ;;
     iwikiserver*)
        echo "FAIBASE IKIWIKI SYSADMIN VM"
@@ -48,10 +48,10 @@ case $HOSTNAME in
         echo "FAIBASE KVMGUEST SYSADMIN MYSQLD"
         ;;
     streamstation*)
-        echo "FAIBASE $GRUB DHCPC SYSADMIN STREAM LIBREPLANET"
+        echo "FAIBASE $GRUB SYSADMIN STREAM LIBREPLANET"
         ;;
     freetop*)
-        echo "FAIBASE $GRUB DHCPC SYSADMIN XORG TRISQUEL WORKSTATION LIBREPLANET FREETOP"
+        echo "FAIBASE $GRUB SYSADMIN XORG TRISQUEL WORKSTATION LIBREPLANET"
         ;;
     mwikiserver*)
        echo "FAIBASE MEDIAWIKI SYSADMIN VM"
diff --git a/files/etc/network/interfaces/FREETOP b/files/etc/network/interfaces/FREETOP
deleted file mode 100644 (file)
index 625a3a5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# This file is installed by FAI
-
-# interfaces(5) file used by ifup(8) and ifdown(8)
-auto lo
-iface lo inet loopback
-
diff --git a/scripts/FREETOP/00_install_etc_network_interfaces b/scripts/FREETOP/00_install_etc_network_interfaces
deleted file mode 100755 (executable)
index 7b9b67a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-fcopy -v /etc/network/interfaces
-