summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drakpxelinux.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index b87ebc1..034576d 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -902,11 +902,6 @@ sub wizard_pxe_server {
my $w = wizards->new;
my $wiz = {
name => N("PXE Wizard"),
- init => sub {
- if ($DOMAINNAME eq "" or $HOSTNAME eq "localhost") {
- return 0, N("You need to readjust your domainname, not equal to localdomain or none. Please launch drakconnect and use a FQDN hostname.")
- }
- 1 },
needed => { "tftp-server", "pxe", "dhcpd" },
pages => {
welcome => {