Browse Source

[util] Update welcome message in ISO images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
a7fb7a8c6d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/util/geniso

+ 1
- 1
src/util/geniso View File

@@ -37,7 +37,7 @@ cfg=$dir/isolinux.cfg
37 37
 cp -p $isolinux_bin $dir
38 38
 cat > $cfg <<EOF
39 39
 # These default options can be changed in the geniso script
40
-SAY Etherboot ISO boot image generated by geniso
40
+SAY iPXE ISO boot image
41 41
 TIMEOUT 30
42 42
 EOF
43 43
 first=

Loading…
Cancel
Save