Skip to content

Commit

Permalink
skip comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jan 29, 2014
1 parent da881c6 commit 4fcdb2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/fai-chboot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# fai-chboot -- manage configuration for network boot
#
# This script is part of FAI (Fully Automatic Installation)
# Copyright (C) 2003-2013 Thomas Lange, lange@informatik.uni-koeln.de
# Copyright (C) 2003-2014 Thomas Lange, lange@informatik.uni-koeln.de
# Universitaet zu Koeln
#
#*********************************************************************
Expand Down Expand Up @@ -225,6 +225,7 @@ sub printpxe {
undef $kernelname;
open (CFG,"$pxedir/$hex") || die "$! $@\n";
while (<CFG>) {
next if /^#/;
/\bkernel\s+(\S+)/ and $kernelname = $1;
/\b(localboot.+)/ and $kernelname = $1;
/\bappend\s+(.+)/ and $append = $1;
Expand Down

0 comments on commit 4fcdb2a

Please sign in to comment.