Browse Source
manutest: remove ifconfig call since it doesn't behave as I thought it did r308master

10 changed files with 42 additions and 38 deletions
@ -0,0 +1,18 @@ |
|||
netcfg |
|||
|
|||
This package is used by debian-installer to configure the network. The purpose |
|||
is two-fold: |
|||
|
|||
1. configure the network for the currently running kernel so that the base |
|||
system can be retrieved from the internet or a local mirror. |
|||
2. write configuration files so that when the machine reboots into the full |
|||
debian system the network is brought up automatically. |
|||
|
|||
netcfg is written specifically for the debian-installer and probably won't work |
|||
as expected is you try to run it on a full Debian system. If you want |
|||
something for a full system, take a look at etherconf. |
|||
|
|||
|
|||
Currently static and dhcp configuration is supported. |
|||
|
|||
|
@ -1,2 +0,0 @@ |
|||
etc |
|||
etc/network |
@ -1,2 +0,0 @@ |
|||
etc |
|||
etc/network |
@ -1,7 +1,7 @@ |
|||
#ifndef __DEBIAN_INSTALLER_H__ |
|||
#define __DEBIAN_INSTALLER_H__ |
|||
#ifndef __UTILS_H__ |
|||
#define __UTILS_H__ |
|||
|
|||
int execlog(char *); |
|||
int check_dir(char *); |
|||
int execlog (char *); |
|||
int check_dir (char *); |
|||
|
|||
#endif /* __DEBIAN_INSTALLER_H__ */ |
|||
#endif /* __UTILS_H__ */ |
|||
|
Loading…
Reference in new issue