diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-12 11:01:12 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-13 10:07:02 +0100 |
commit | 5ad105eaea1d6be9170593af2e4af8c7debee481 (patch) | |
tree | 62d55b923b0d2f3b4c58597952fb6312492db5f0 /perl-install | |
parent | 6d081422730ada70af4d24c8c84f19c63ee3bd73 (diff) | |
download | drakx-5ad105eaea1d6be9170593af2e4af8c7debee481.tar drakx-5ad105eaea1d6be9170593af2e4af8c7debee481.tar.gz drakx-5ad105eaea1d6be9170593af2e4af8c7debee481.tar.bz2 drakx-5ad105eaea1d6be9170593af2e4af8c7debee481.tar.xz drakx-5ad105eaea1d6be9170593af2e4af8c7debee481.zip |
include enough python in order to generate a stack trace from within stage2
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index d024cda19..e20cf3bf9 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- debug image: + o include enough python in order to generate a stack trace from within stage2 + Version 15.73 - 12 November 2013 - polkit: fix wrappers to properly escape arguments when calling the binary diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index f029c0b61..5a4c4a0bf 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -235,7 +235,11 @@ /usr/LIB/python2.7/encodings/__init__.py /usr/LIB/python2.7/encodings/utf_8.py /usr/LIB/python2.7/genericpath.py + /usr/LIB/python2.7/heapq.py + /usr/LIB/python2.7/keyword.py + /usr/LIB/python2.7/lib-dynload/_collections.so /usr/LIB/python2.7/lib-dynload/itertools.so + /usr/LIB/python2.7/lib-dynload/operator.so /usr/LIB/python2.7/linecache.py /usr/LIB/python2.7/os.py /usr/LIB/python2.7/posixpath.py |