summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-09 19:14:27 +0000
committerMatt Wilson <msw@redhat.com>2001-07-09 19:14:27 +0000
commit1f36bdd62403d41fb4b94d94d953bd7656a1cd95 (patch)
treef872d6b5c2b263817412de9f3719276554f49d71 /scripts/mk-images
parent1f8bcc23870d53653cd061abd75b57b41bc7ff1c (diff)
downloadanaconda-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-xscripts/mk-images2
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
}