Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=587f6e1dd2fb26321d3462fad5ae7fd9507e5f3e

commit 587f6e1dd2fb26321d3462fad5ae7fd9507e5f3e
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Sep 5 00:45:11 2009 +0200

mkisorelease: pass options to mkiso

diff --git a/mkisorelease b/mkisorelease
index dcc3b67..6a46a05 100755
--- a/mkisorelease
+++ b/mkisorelease
@@ -27,7 +27,7 @@ if [ "$1" == "-v" -o "$1" == "--version" ]; then
exit $?
fi

-mkiso="fakeroot mkiso"
+mkiso="fakeroot mkiso $*"
xml=volumes.xml

sed -i "s|<media>[a-z]\+</media>|<media>net</media>|" $xml
diff --git a/mkisorelease.txt b/mkisorelease.txt
index 14db1f8..07e739b 100644
--- a/mkisorelease.txt
+++ b/mkisorelease.txt
@@ -47,6 +47,8 @@ Here is a list of what is _not_ updated at the moment:

* fwlive iso (it takes a lot of time)

+* chroot tarball
+
* the .ls-Ral files

* the `SHA1SUM` file
@@ -55,3 +57,11 @@ Here is a list of what is _not_ updated at the moment:

The last 3 items are done by typing `make`, you can get the `Makefile` from any
`frugalware-<tree>-iso` directory of your favourite Frugalware mirror.
+
+The options passed to this script are passed to `mkiso`, so for example
+
+----
+$ mkisorelease -s
+----
+
+can be used for stable releases.
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to