diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-04 19:06:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-04 19:06:28 +0000 |
commit | ae0f6ee505aea267da6900eb199f8fd1659a2b94 (patch) | |
tree | aaff40d74165409db6b9008c7d8e895982678ba2 /perl-install/install2.pm | |
parent | 8202f47de2a9d26be4416980c1aea6d5f531f66d (diff) | |
download | drakx-backup-do-not-use-ae0f6ee505aea267da6900eb199f8fd1659a2b94.tar drakx-backup-do-not-use-ae0f6ee505aea267da6900eb199f8fd1659a2b94.tar.gz drakx-backup-do-not-use-ae0f6ee505aea267da6900eb199f8fd1659a2b94.tar.bz2 drakx-backup-do-not-use-ae0f6ee505aea267da6900eb199f8fd1659a2b94.tar.xz drakx-backup-do-not-use-ae0f6ee505aea267da6900eb199f8fd1659a2b94.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 2607e48c4..69d66d7e1 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -305,7 +305,7 @@ $o = $::o = { installClass => "beginner", - base => [ qw(basesystem initscripts console-tools mkbootdisk linuxconf anacron linux_logo rhs-hwdiag utempter ldconfig chkconfig ntsysv mktemp setup setuptool filesystem MAKEDEV SysVinit ash at authconfig bash bdflush binutils console-tools crontabs dev e2fsprogs ed etcskel file fileutils findutils getty_ps gpm grep groff gzip hdparm info initscripts isapnptools kbdconfig kernel less ldconfig lilo logrotate losetup man mkinitrd mingetty modutils mount net-tools passwd procmail procps psmisc mandrake-release rootfiles rpm sash sed setconsole setserial shadow-utils sh-utils slocate stat sysklogd tar termcap textutils time timeconfig tmpwatch util-linux vim-minimal vixie-cron which cpio) ], + base => [ qw(basesystem initscripts console-tools mkbootdisk anacron rhs-hwdiag utempter ldconfig chkconfig ntsysv mktemp setup filesystem SysVinit bdflush crontabs dev e2fsprogs etcskel fileutils findutils getty_ps grep groff gzip hdparm info initscripts isapnptools kbdconfig kernel less ldconfig lilo logrotate losetup man mkinitrd mingetty modutils mount net-tools passwd procmail procps psmisc mandrake-release rootfiles rpm sash sed setconsole setserial shadow-utils sh-utils slocate stat sysklogd tar termcap textutils time timeconfig tmpwatch util-linux vim-minimal vixie-cron which cpio) ], # 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' } ], |