SysConfig
view release on metacpan or search on metacpan
lib/SysConfig/XML.pm view on Meta::CPAN
[text to come]
=item raid
=item raid
device specify the name of the device (eg. md0, ...)
dir specify the mount point of the raid device
level specify the raid level to use (0, 1 or 5)
partitions an array of partitions to use for the device
=item reboot 1
=item reboot
Use the reboot method to specify that the system should be rebooted after
completing the installation.
=item rootpw { iscrypted => 1, rootpw => '..' } | VALUE
=item rootpw
The rootpw method can either be called by passing a hash reference to it, or
with a scalar value. If the root password being specified is already
encrypted, you should call rootpw with a hash reference and set C<iscrypted>
to be on.
iscrypted specify that the password is encrypted
rootpw specify the root password
=item skipx 1
=item skipx
It is possible to skip X11 configuration entirely by using the skipx method.
=item timezone { utc => 1, timezone => '..' } | VALUE
=item timezone
The timezone method can be called by passing a hash reference to it, or with
a scalar value. If the hardware clock is set to Greenwich Mean Time, you
should call the method with a hash reference and set C<utc> to be on.
timezone specify the timezone the system will be located in
utc specify that the hardware clock is set to UTC
=item upgrade
=item upgrade
[text to come]
=item xconfig
=item xconfig
The xconfig method can be used to configure the X Windowing System.
card specify which type of card to use
defaultdesktop specify to use kde or gnome
hsync specify the horizontal sync freq.
monitor specify what type of monitor to use
noprobe specify to not probe the monitor
startxonboot specify using run level 5 (instead of 3)
vsync specify the vertical sync freq.
=item zerombr 1
=item zerombr
Specify that the master boot record of the primary drive should be initialized.
=head1 AUTHOR INFORMATION
Written by Patrick Devine, 2001.
=cut
( run in 1.706 second using v1.01-cache-2.11-cpan-39bf76dae61 )