[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Rescue flavor improvements



On Sun, Apr 27, 2008 at 11:12:05PM +0100, Alex Owen wrote:
> Can we AND and OR these conditions.
> 
> 
> I guess OR is like this:
> 
> #if ARCHITECTURE amd64
> #include <stuff>
> #endif
> #if MODE ubuntu
> #include <stuff>
> #endif

This works.

> Does nesting the if's work too?  to AND the conditions like this:
> 
> #if ARCHITECTURE amd64
> #if MODE ubuntu
> some-ubuntu-amd46-package
> #endif
> #endif

This doesn't work (yet). Maybe Chris is working on this, not sure.

Regards,

-- 
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu
GNU/Linux user #188687
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/debian-live-devel/attachments/20080427/b37bc227/attachment.pgp 


Reply to: