summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share
ModeNameSize
-rw-r--r--aliases274logstatsplain
d---------consolefonts152logstatsplain
-rw-r--r--fonts.tar.bz2774796logstatsplain
-rwxr-xr-xgenerate-xlocales2117logstatsplain
-rw-r--r--gtkrc33logstatsplain
-rw-r--r--keymaps.tar.bz212421logstatsplain
-rwxr-xr-xkeymaps_generate461logstatsplain
-rwxr-xr-xkmap2bkmap871logstatsplain
-rw-r--r--list.xml10415logstatsplain
d---------po2411logstatsplain
-rw-r--r--symlinks135logstatsplain
-rw-r--r--themes-blue.rc1499logstatsplain
d---------upgrade / conectiva.1039logstatsplain
> 120, ), end_form(), } sub print_form { print p(), start_form(-name => 'form', -action => $cgi_name, -method => 'get'), ul("Please choose the partition where Mandrakelinux is copied.", li(popup_menu(-name => "hd", -default => 'hd0', -values => [ 'hd0' .. 'hd3' ], -labels => { hd0 => '1st BIOS hard drive (usually hda or sda)', hd1 => '2nd BIOS hard drive', hd2 => '3rd BIOS hard drive', hd3 => '4th BIOS hard drive', })), li(popup_menu(-name => "hd_linux", -default => 'hda', -values => [ 'hda' .. 'hdd', 'sda' .. 'sdc', 'hde' .. 'hdh' ], -labels => { hda => '1st IDE hard drive (hda)', hdb => '2nd IDE hard drive (hdb)', hdc => '3rd IDE hard drive (hdc)', hdd => '4th IDE hard drive (hdd)', hde => '5th IDE hard drive (hde)', hdf => '6th IDE hard drive (hdf)', hdg => '7th IDE hard drive (hdg)', hdh => '8th IDE hard drive (hdh)', sda => '1st SCSI hard drive (sda)', sdb => '2nd SCSI hard drive (sdb)', sdc => '3rd SCSI hard drive (sdc)', })), li(popup_menu(-name => "partition_number", -default => '0', -values => [ 1 .. 15 ], -labels => { 1 => '1st primary partition (hda1, sda1 or ...)', 2 => '2nd primary partition', 3 => '3rd primary partition', 4 => '4th primary partition', 5 => '5th partition (hda5, sda5 or ...) (first logical partition)', map { $_ => $_ . 'th partition' } 6 .. 15 })), ), p(), ul("Please enter the directory containing the Mandrakelinux Distribution (relative to the partition chosen above)", li(textfield(-name => 'directory', -default => '/cooker/i586', size => 40)), ), p(submit(-name => 'Go')), end_form(); }