diff options
| author | Michael Brown | 2010-10-18 00:55:53 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-10-18 00:55:53 +0200 |
| commit | a7fb7a8c6d1fd97b01f307ef7cfb415cd0cca188 (patch) | |
| tree | 9934d3f63739408eae685e223fc61edfd13e8a63 | |
| parent | [iscsi] Randomise a portion of the ISID to force new session instantiation (diff) | |
| download | ipxe-a7fb7a8c6d1fd97b01f307ef7cfb415cd0cca188.tar.gz ipxe-a7fb7a8c6d1fd97b01f307ef7cfb415cd0cca188.tar.xz ipxe-a7fb7a8c6d1fd97b01f307ef7cfb415cd0cca188.zip | |
[util] Update welcome message in ISO images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
| -rwxr-xr-x | src/util/geniso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/geniso b/src/util/geniso index 2a70b3572..1792fc1c8 100755 --- a/src/util/geniso +++ b/src/util/geniso @@ -37,7 +37,7 @@ cfg=$dir/isolinux.cfg cp -p $isolinux_bin $dir cat > $cfg <<EOF # These default options can be changed in the geniso script -SAY Etherboot ISO boot image generated by geniso +SAY iPXE ISO boot image TIMEOUT 30 EOF first= |
