From b1d0ec7cb6e8cea9f2fd7b0c11a0b607467615bd Mon Sep 17 00:00:00 2001 From: James Rayner Date: Sat, 10 Nov 2007 13:26:39 +1100 Subject: Removing netcfg from initscripts Signed-off-by: Aaron Griffin --- profile-template | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 profile-template (limited to 'profile-template') diff --git a/profile-template b/profile-template deleted file mode 100644 index 868a389..0000000 --- a/profile-template +++ /dev/null @@ -1,36 +0,0 @@ -# -# Network Profile -# - -DESCRIPTION="Default Network Profile" - -# Network Settings -INTERFACE=eth0 -HOSTNAME=myhost - -# Interface Settings (use IFOPTS="dhcp" for DHCP) -IFOPTS="192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" -GATEWAY=192.168.0.1 - -# DNS Settings (optional) -DOMAIN=localdomain -DNS1=192.168.0.1 -DNS2= - -# Wireless Settings (optional) -#ESSID=default -#KEY= -#IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY" - -#WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface - # that is linked to the real $INTERFACE - -#WIFI_WAIT=5 # seconds to wait for the wireless card to - # associate before bringing the interface up -#USEWPA="yes" # start wpa_supplicant with the profile -#WPAOPTS="" # use "" for normal operation or specify additional - # options (eg, "-D ipw") - # see /etc/wpa_supplicant.conf for configuration -#AUTOWPA="yes" # automatically configure WPA -#PASSKEY="" # wpa passkey/phrase. for use with AUTOWPA - -- cgit v1.2.3