diff options
author | unammx <unammx> | 2001-05-16 20:36:44 +0000 |
---|---|---|
committer | unammx <unammx> | 2001-05-16 20:36:44 +0000 |
commit | c1ad45f57c810c28ade3fde322bbbf2293dbb12f (patch) | |
tree | 9c40d0d91dc18ec1b1bae372691e05ef3dfb5881 /memory-conf.in | |
parent | 8565afcb5604c73ca52bb9fbb25a2e509aa41cda (diff) |
2001-05-15 Arturo Espinosa Aldama <arturo@ximian.com>
* replace.pl.in (xst_replace_interfaces_stanza_value): function renamed
from "interface_stanza".
* network.pl.in (xst_network_deb22_replace_bootproto): function renamed.
* *-conf.in: Added support for Debian Woody. Woody users will have to
do echo 'woody' > /etc/debian_version
* boot.pl.in: debian-woody works as redhat-6.2.
* network.pl.in: created new interface parse/replace tables for debian woody,
because the /etc/network/interfaces format changes. Partialy implemented
(only auto stanza supported, but not mapping stanza). Not tested.
* parse.pl.in: stanza scanning routines no longer assume stanzas are iface
type.
* replace.pl.in: same here. Added auto_stanza create.
Diffstat (limited to 'memory-conf.in')
-rwxr-xr-x | memory-conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memory-conf.in b/memory-conf.in index a211281..f60baa7 100755 --- a/memory-conf.in +++ b/memory-conf.in @@ -49,7 +49,7 @@ $DEBUG = 1; # 1 == command; no debug. 2 == no commands, just report. 3 == report $name = "memory"; $version = "0.1.0"; @platforms = ("redhat-5.2", "redhat-6.0", "redhat-6.1", "redhat-6.2", "redhat-7.0", - "debian-2.2", "mandrake-7.2"); + "mandrake-7.2", "debian-2.2", "debian-woody"); $description =<<"end_of_description;"; Configures main and swap memory. |