summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-21 07:25:00 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-21 07:25:00 +0000
commit069b327f6d6753c58d17734daff06eb9d58a6070 (patch)
treedbfbe8a2f917dda22c2950969d216bd1c320c61c /pxe_wizard
parent3c18bf76411278caca1e36e1dca7555e558fd368 (diff)
downloaddrakwizard-069b327f6d6753c58d17734daff06eb9d58a6070.tar
drakwizard-069b327f6d6753c58d17734daff06eb9d58a6070.tar.gz
drakwizard-069b327f6d6753c58d17734daff06eb9d58a6070.tar.bz2
drakwizard-069b327f6d6753c58d17734daff06eb9d58a6070.tar.xz
drakwizard-069b327f6d6753c58d17734daff06eb9d58a6070.zip
one should never commit non workable code
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 158d7fe7..8bc77277 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -37,7 +37,7 @@ my $TFTPDIR = "/var/lib/tftpboot";
my $INSTALLDIR = "/var/install/pxe";
my $CONF = '/etc/pxe.conf';
my $SYSLINUXPATH = '/usr/lib/syslinux/';
-my $PXEDEFAULT = 'pxelinux.cfg/default'
+my $PXEDEFAULT = 'pxelinux.cfg/default';
my $PXEMENU = "$TMPDIR/default.pxe";
my $PXEMESSAGE = "$TMPDIR/message.pxe";
@@ -87,28 +87,28 @@ $o->{pages} = {
addimg => {
name => N("Add a boot Image") . "\n\n" . N("Where is that boot image ?"),
data => [
- { label => "", val => \$o->{var}{} },
+ { label => "", val => \$o->{var}{dummy} },
],
next => 'summaryadd',
},
removeimg => {
name => N("Remove a boot Image") . "\n\n" . N("Which one ?"),
data => [
- { label => "", val => \$o->{var}{} },
+ { label => "", val => \$o->{var}{dummy} },
],
next => 'summaryremove',
},
modifyimg => {
name => N("Add Option to boot image") . "\n\n" . N("on Wich image ?"),
data => [
- { label => "", val => \$o->{var}{} },
+ { label => "", val => \$o->{var}{dummy} },
],
next => 'summarymodify',
},
pxeserver => {
name => N("Set PXE server") . "\n\n" . N("We will use a special dhcpd.conf"),
data => [
- { label => "", val => \$o->{var}{} },
+ { label => "", val => \$o->{var}{dummy} },
],
next => 'summaryserver',
},
@@ -163,7 +163,7 @@ $o->{pages} = {
};
sub syslinux_prep {
- cp_af( . "/memdisk", $FULLINTEL);
+ # cp_af( "/memdisk", $FULLINTEL);
}
sub crea_wdir {