diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 16:47:25 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 17:05:47 +0100 |
commit | 06e70766858dc3b6c3bae1206c1021a8492df5bf (patch) | |
tree | 480f3da372c8f2d2996d51bfb81a8d34751c9312 /lists | |
parent | ebe501da1e4c9cdc98cd22fa2a82aa14dffa0f7d (diff) | |
download | vyos-live-build-06e70766858dc3b6c3bae1206c1021a8492df5bf.tar.gz vyos-live-build-06e70766858dc3b6c3bae1206c1021a8492df5bf.zip |
Conditionally add non-free rar and unrar. Add unrar-free unconditionally.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'lists')
-rw-r--r-- | lists/rescue | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lists/rescue b/lists/rescue index 2d8932d55..684e272ba 100644 --- a/lists/rescue +++ b/lists/rescue @@ -31,7 +31,11 @@ sysutils lynx links2 w3m # Compression -bzip2 rar unace unrar unzip zip +bzip2 unace unrar-free unzip zip + +#if SECTIONS non-free +rar unrar +#endif # Backup dar gddrescue dump |