diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-26 23:43:19 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-26 23:43:19 +0100 |
commit | 14ffd3f15f8fd271f11041a3339685e587c351d0 (patch) | |
tree | 92fed873941c53e1d29f2c4dc81c4eb98153699a /lists/rescue | |
parent | d77ee361377df448c6e65dd3dbfe411b0f4d9e43 (diff) | |
download | vyos-live-build-14ffd3f15f8fd271f11041a3339685e587c351d0.tar.gz vyos-live-build-14ffd3f15f8fd271f11041a3339685e587c351d0.zip |
Only install pstack on i386 (Closes: #477815)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'lists/rescue')
-rw-r--r-- | lists/rescue | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lists/rescue b/lists/rescue index b540e0a51..e15fccfa9 100644 --- a/lists/rescue +++ b/lists/rescue @@ -4,7 +4,11 @@ #include <standard> # System -gnupg dash discover gawk grub htop lilo ltrace pstack screen strace units +gnupg dash discover gawk grub htop lilo ltrace screen strace units + +#if ARCHITECTURE i386 +pstack +#endif # Editors aview mc nano-tiny qemacs-nox mg vim wdiff hexedit |