diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-09 19:14:27 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-09 19:14:27 +0000 |
commit | 1f36bdd62403d41fb4b94d94d953bd7656a1cd95 (patch) | |
tree | f872d6b5c2b263817412de9f3719276554f49d71 /scripts/mk-images | |
parent | 1f8bcc23870d53653cd061abd75b57b41bc7ff1c (diff) | |
download | anaconda-1f36bdd62403d41fb4b94d94d953bd7656a1cd95.tar.gz anaconda-1f36bdd62403d41fb4b94d94d953bd7656a1cd95.tar.xz anaconda-1f36bdd62403d41fb4b94d94d953bd7656a1cd95.zip |
pass version number down into the mk-images script to automatically generate bootdisks with the final version number
Diffstat (limited to 'scripts/mk-images')
-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 71466c98b..0aa8b6cf9 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -3,7 +3,7 @@ PATH=$PATH:/sbin:/usr/sbin usage () { - echo "usage: mk-images <pkgsrc> <toplevel> <template> <buildarch>" + echo "usage: mk-images <pkgsrc> <toplevel> <template> <buildarch> <version>" exit 0 } |