From 3e2030388462379c820fffa2138862b4a5f7d1e3 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Tue, 28 Oct 2014 16:38:59 -0400 Subject: [PATCH] added new interfaces file for diskless --- files/etc/network/interfaces/DISKLESS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 files/etc/network/interfaces/DISKLESS diff --git a/files/etc/network/interfaces/DISKLESS b/files/etc/network/interfaces/DISKLESS new file mode 100644 index 0000000..6d898d0 --- /dev/null +++ b/files/etc/network/interfaces/DISKLESS @@ -0,0 +1,8 @@ +# This file is installed by FAI + +# interfaces(5) file used by ifup(8) and ifdown(8) +auto lo +iface lo inet loopback + +# Don't define network interfaces; the kernel will bring it up for the NFS root +iface eth0 inet manual -- 1.9.1