diff options
-rw-r--r-- | pxe_wizard/Pxe.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 55e1baf8..0f2b7c20 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -586,7 +586,6 @@ EOF } } else { $o->{var}{i} = "$IMGPATH/$IMG.rdz"; - print "je suis la\n"; substInFile { s!APPEND initrd=images/$IMG.rdz!APPEND initrd=images/$IMG.rdz automatic=method:$METHOD,interface:$ETH,network:dhcp,server:$IP,directory:$DIR ramdisk_size=$RAM root=/dev/ram3 rw vga=$VGA acpi=$ACPI $APIC!m; } $PXEDEFAULT; |