Browse Source

[util] Update welcome message in ISO images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 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
 cp -p $isolinux_bin $dir
37
 cp -p $isolinux_bin $dir
38
 cat > $cfg <<EOF
38
 cat > $cfg <<EOF
39
 # These default options can be changed in the geniso script
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
 TIMEOUT 30
41
 TIMEOUT 30
42
 EOF
42
 EOF
43
 first=
43
 first=

Loading…
Cancel
Save