/[soft]/drakpxelinux/trunk/drakpxelinux.pl
ViewVC logotype

Diff of /drakpxelinux/trunk/drakpxelinux.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 411 by dmorgan, Thu Feb 3 18:11:59 2011 UTC revision 412 by ahmad, Thu Feb 3 20:40:29 2011 UTC
# Line 71  N("Kernel: memdisk or vmlinuz") . "\n" . Line 71  N("Kernel: memdisk or vmlinuz") . "\n" .
71  N("Initrd: network boot image (network.img) or all.rdz") . "\n" .  N("Initrd: network boot image (network.img) or all.rdz") . "\n" .
72  N("Interface: network interface used for the installation process") . "\n" .  N("Interface: network interface used for the installation process") . "\n" .
73  N("Network: DHCP or an IP address") . "\n" .  N("Network: DHCP or an IP address") . "\n" .
74  N("Directory: full path to Mageia Linux install server directory") . "\n" .  N("Directory: full path to Mageia install server directory") . "\n" .
75  N("Installation method: NFS or HTTP") . "\n" .  N("Installation method: NFS or HTTP") . "\n" .
76  N("Ramsize: ramsize parameter on boot image") . "\n" .  N("Ramsize: ramsize parameter on boot image") . "\n" .
77  N("Display: export display to another computer (e.g.: 10.0.1.33:0)") . "\n" .  N("Display: export display to another computer (e.g.: 10.0.1.33:0)") . "\n" .
# Line 86  my %help = ( Line 86  my %help = (
86              'interface' => N("network interface used for the installation process"),              'interface' => N("network interface used for the installation process"),
87              'info' => N("Information displayed in PXE help (F1 key)"),              'info' => N("Information displayed in PXE help (F1 key)"),
88              'network' => N("DHCP or an IP address"),              'network' => N("DHCP or an IP address"),
89              'directory' => N("full path to Mageia Linux install server directory"),              'directory' => N("full path to Mageia install server directory"),
90              'automatic' => N("installation method: choose NFS or HTTP"),              'automatic' => N("installation method: choose NFS or HTTP"),
91              'ramsize' => N("ramsize parameter on boot image"),              'ramsize' => N("ramsize parameter on boot image"),
92              'display' => N("export display on another computer (e.g.: 10.0.1.33:0)"),              'display' => N("export display on another computer (e.g.: 10.0.1.33:0)"),
# Line 313  sub wizard_add_entry { Line 313  sub wizard_add_entry {
313                                             { label => N("PXE label:"), val => \$WPXENAME,                                             { label => N("PXE label:"), val => \$WPXENAME,
314                                               help => N("name displayed in PXE menu (please provide an ASCII word or a number, without spaces)") },                                               help => N("name displayed in PXE menu (please provide an ASCII word or a number, without spaces)") },
315                                             { label => N("PXE information:"), val => \$WINFO,                                             { label => N("PXE information:"), val => \$WINFO,
316                                               help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMageai Linux 10 rescue disk\nMageia Linux cauldron install via http") },                                               help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMageai Linux 10 rescue disk\nMageia cauldron install via http") },
317                                             { label => N("Full path to all.rdz image source:"), type => 'file', val => \$WALLRDZ,                                             { label => N("Full path to all.rdz image source:"), type => 'file', val => \$WALLRDZ,
318                                               help => N("Provide the full path to all.rdz image location") },                                               help => N("Provide the full path to all.rdz image location") },
319                                             { label => N("Full path to vmlinuz source:"), type => 'file', val => \$WVMLINUZ,                                             { label => N("Full path to vmlinuz source:"), type => 'file', val => \$WVMLINUZ,
# Line 644  sub edit_box_item { Line 644  sub edit_box_item {
644                                 ),                                 ),
645                        ),                        ),
646    
647               0, gtkadd(Gtk2::Frame->new(N("Mageia Linux installer options")),               0, gtkadd(Gtk2::Frame->new(N("Mageia installer options")),
648                         gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5),                         gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5),
649                                  0, $label_and_widgets->(N("Ramdisk size"), $ramdisk_size, ""),                                  0, $label_and_widgets->(N("Ramdisk size"), $ramdisk_size, ""),
650                                  0, $label_and_widgets->(N("Custom options"), $others, ""),                                  0, $label_and_widgets->(N("Custom options"), $others, ""),

Legend:
Removed from v.411  
changed lines
  Added in v.412

  ViewVC Help
Powered by ViewVC 1.1.30