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 150706 Details for
Bug 233376
Add layer2 support to installer
[?]
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]
Better patch, adds prompt in interactive mode
anaconda-11.1.2.16-s390-layer2.patch (text/plain), 762 bytes, created by
Brad Hinson
on 2007-03-22 22:56:31 UTC
(
hide
)
Description:
Better patch, adds prompt in interactive mode
Filename:
MIME Type:
Creator:
Brad Hinson
Created:
2007-03-22 22:56:31 UTC
Size:
762 bytes
patch
obsolete
>--- anaconda-11.1.2.16/loader2/linuxrc.s390.orig >+++ anaconda-11.1.2.16/loader2/linuxrc.s390 >@@ -139,6 +139,9 @@ > if [ -n "$CTCPROT" -a "$NETTYPE" = "ctc" ]; then > sysecho /sys/bus/ccwgroup/drivers/ctc/${SYSDIR}/protocol "$CTCPROT" > fi >+ if [ -n "$LAYER2" -a "$NETTYPE" = "qeth" ]; then >+ sysecho /sys/bus/ccwgroup/drivers/qeth/${SYSDIR}/layer2 "$LAYER2" >+ fi > sysecho /sys/bus/ccwgroup/drivers/${NETTYPE}/${SYSDIR}/online 1 > } > >@@ -254,6 +257,12 @@ > echo $"Press enter if you don't want to enter a portname" > read PORTNAME > fi >+ if [ -z "$LAYER2" ]; then >+ echo $"Enter the mode of operation for the OSA device" >+ echo $"0 for layer 3 mode (default)" >+ echo $"1 for layer 2 mode" >+ read LAYER2 >+ fi > fi > fi >
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 233376
:
150630
|
150706
|
151218
|
152002
|
152004