diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 16:41:24 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-28 17:05:47 +0100 |
commit | b2e889cd8e25b15d9411118cb91978fbd5ff00a6 (patch) | |
tree | c8ab8eb7dfcc7650f001ed1e6e58b429a6ec4396 /lists | |
parent | 898d868dcd4c9a8eea2647c38dc9aca70208eb13 (diff) | |
download | vyos-live-build-b2e889cd8e25b15d9411118cb91978fbd5ff00a6.tar.gz vyos-live-build-b2e889cd8e25b15d9411118cb91978fbd5ff00a6.zip |
Only install reaim on Etch in rescue list
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'lists')
-rw-r--r-- | lists/rescue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lists/rescue b/lists/rescue index cb4b19788..257496cac 100644 --- a/lists/rescue +++ b/lists/rescue @@ -67,10 +67,13 @@ fail2ban iptables knockd portsentry -reaim vlan zorp +#if DISTRIBUTION etch +reaim +#endif + # Bridging bridge-utils ebtables |