Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=c3db84b35207614f68ac2310b080451268ac0e9f

commit c3db84b35207614f68ac2310b080451268ac0e9f
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Nov 5 01:07:54 2011 +0100

add release config

diff --git a/README b/README
index 93152ba..90f841b 100644
--- a/README
+++ b/README
@@ -3,10 +3,14 @@ This is the source of the Frugalware LiveCD, FWLive.
Building
--------

-To build the livecd:
+To build the livecd suitable for development:

$ sudo make

+or one suitable for release:
+
+       $ sudo make CONFIG=release
+
To clean up:

$ sudo make clean
diff --git a/config.release b/config.release
new file mode 100644
index 0000000..2d93521
--- /dev/null
+++ b/config.release
@@ -0,0 +1,5 @@
+source ./config.dev
+
+FWLIVELANG="en_US"
+
+COMPRESS="xz"
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to