Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314235 Details for
Bug 458965
ltsp-build-client, multi client archs, /var/cache/chroot conflicts
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add support for --arch=i586
001-set-arch_add_i586.patch (text/plain), 967 bytes, created by
John Ellson
on 2008-08-13 19:04:42 UTC
(
hide
)
Description:
add support for --arch=i586
Filename:
MIME Type:
Creator:
John Ellson
Created:
2008-08-13 19:04:42 UTC
Size:
967 bytes
patch
obsolete
>--- /usr/share/ltsp/plugins/ltsp-build-client/Fedora/001-set-arch.orig 2008-08-13 14:37:04.000000000 -0400 >+++ /usr/share/ltsp/plugins/ltsp-build-client/Fedora/001-set-arch 2008-08-13 14:37:47.000000000 -0400 >@@ -22,13 +22,13 @@ > > # Validate the proposed architecture value. > case "$ARCH_OPT" in >- i386|x86_64|ppc|ppc64|ia64|s390|s390x|sparc|sparc64|alpha) >+ i386|i586|x86_64|ppc|ppc64|ia64|s390|s390x|sparc|sparc64|alpha) > ARCH=$ARCH_OPT > ;; > > *) > printf "`eval_gettext "ERROR: unsupported architecture. Check your --arch argument: %s"`", $ARCH_OPT >- printf "`eval_gettext " supported values are: %s"`", "i386 x86_64 ppc ppc64 ia64 s390 s390x sparc sparc64 alpha" >+ printf "`eval_gettext " supported values are: %s"`", "i386 i586 x86_64 ppc ppc64 ia64 s390 s390x sparc sparc64 alpha" > exit 1 > ;; > esac
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 458965
:
314217
|
314234
|
314235
|
314253
|
314256
|
314258
|
314260
|
314261
|
314262
|
314263