Release new version 0.14.1
[grml-network.git] / docs / debnet.8.txt
1 DEBNET(8)
2 =========
3
4 NAME
5 ----
6 debnet - scan for Debian-style network configs and enable it on the system
7
8 SYNOPSIS
9 --------
10 *debnet*
11
12
13 DESCRIPTION
14 -----------
15
16 *debnet* is a script which scans partitions for Debian-style network configs
17 (/etc/network/interfaces) and enables it on the system.
18
19 The feature was implemented as boot option for the Grml system but as you might
20 want to use this feature standalone or within your own scripts the according
21 code is provided as separate script nowadays.
22
23 OPTIONS
24 -------
25
26 *-h*::
27 Show the help message.
28
29 AUTHOR
30 ------
31 debnet was written by Michael Prokop <mika@grml.org>