diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-26 23:43:19 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:33 +0100 |
commit | 9f07c8fe6d2afeb1b5b2368681391afd163fde8f (patch) | |
tree | 92fed873941c53e1d29f2c4dc81c4eb98153699a /lists | |
parent | 9ae7a0054427afd8df2dfeff7948b652d89d4430 (diff) | |
download | vyos-live-build-9f07c8fe6d2afeb1b5b2368681391afd163fde8f.tar.gz vyos-live-build-9f07c8fe6d2afeb1b5b2368681391afd163fde8f.zip |
Only install pstack on i386 (Closes: #477815)
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 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 |