diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-28 17:46:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-28 17:46:52 +0000 |
commit | dbb92fc24abd933eff171909db38d78e1d2f40c6 (patch) | |
tree | eb4cfbfc11bec85bde725ad8d334b81f882bc403 /perl-install/install2.pm | |
parent | cca75ba38464d15e685b0c2b6e2fb5e9947f61a2 (diff) | |
download | drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.tar drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.tar.gz drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.tar.bz2 drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.tar.xz drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 40639f0fb..8f8666f02 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -196,7 +196,7 @@ $o = $::o = { base_i386 => [ "lilo", "mkbootdisk", "isapnptools" ], base_alpha => [ "aboot", "isapnptools" ], base_sparc => [ "silo", "mkbootdisk" ], - base_ppc => [ "kernel-pmac", "pdisk", "hfsutils" ], + base_ppc => [ "kernel-pmac", "pdisk", "hfsutils" ], #- for the list of fields available for user and superuser, see @etc_pass_fields in install_steps.pm #- intf => [ { DEVICE => "eth0", IPADDR => '1.2.3.4', NETMASK => '255.255.255.128' } ], |