diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-03-10 11:44:38 -0400 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-03-10 11:44:38 -0400 |
commit | 4f310c81e99ea1d7a39ab09b1b7a10b2844a9c5e (patch) | |
tree | 8a2cf2f4e86d3463e9ddce1f8c5c04bf28910d81 /scripts | |
parent | 2040eff5c539d55bbc90a93871eff92a1b7479f4 (diff) | |
download | anaconda-4f310c81e99ea1d7a39ab09b1b7a10b2844a9c5e.tar.gz anaconda-4f310c81e99ea1d7a39ab09b1b7a10b2844a9c5e.tar.xz anaconda-4f310c81e99ea1d7a39ab09b1b7a10b2844a9c5e.zip |
Convinced to change the name back to boot.iso
At least for in the tree, having the ISO as boot.iso helps tools such
as virt-manager, which is a convincing reason to leave it. When pungi
copies into the iso/ directory, it's probably reasonable to change the name
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index c798cfb10..da60cce31 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -32,7 +32,7 @@ usage () { NEEDGR=yes DEBUG="" BUILDARCH=`uname -m` -BOOTISO="netinst.iso" +BOOTISO="boot.iso" while [ $# -gt 0 ]; do case $1 in |