Univention Bugzilla – Attachment 2146 Details for
Bug 16910
4gb seg fixup, messages suppressed.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
initramfs Anpassung für libc6-xen
16910_initramfs-fixup.diff (text/plain), 677 bytes, created by
Philipp Hahn
on 2009-12-18 10:43:09 CET
(
hide
)
Description:
initramfs Anpassung für libc6-xen
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2009-12-18 10:43:09 CET
Size:
677 bytes
patch
obsolete
>--- /usr/share/initramfs-tools/hook-functions.orig 2009-12-18 10:31:48.000000000 +0100 >+++ /usr/share/initramfs-tools/hook-functions 2009-12-18 10:35:41.000000000 +0100 >@@ -150,12 +150,13 @@ > nonoptlib=$(echo "${x}" | sed -e 's#/lib/\(tls\|i686\).*/\(lib.*\)#/lib/\2#') > > if [ -e "${nonoptlib}" ]; then >- x="${nonoptlib}" >+ libname=$(basename "${nonoptlib}") >+ dirname=$(dirname "${nonoptlib}") >+ else >+ libname=$(basename "${x}") >+ dirname=$(dirname "${x}") > fi > >- libname=$(basename "${x}") >- dirname=$(dirname "${x}") >- > mkdir -p "${DESTDIR}/${dirname}" > if [ ! -e "${DESTDIR}/${dirname}/${libname}" ]; then > ln -s "${x}" "${DESTDIR}/${dirname}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16910
: 2146