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 696614 Details for
Bug 910550
dracut does not add <ipaddr>-kickstart boot option inst.ks= ends with slash
[?]
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]
Patch for usr/lib/dracut/hooks/initqueue/online/10-fetch-kickstart-net.sh in initrd.img of Fedora 18
initrd.f18-kickstart-default-filename.patch (text/plain), 828 bytes, created by
Edgar Hoch
on 2013-02-12 20:20:09 UTC
(
hide
)
Description:
Patch for usr/lib/dracut/hooks/initqueue/online/10-fetch-kickstart-net.sh in initrd.img of Fedora 18
Filename:
MIME Type:
Creator:
Edgar Hoch
Created:
2013-02-12 20:20:09 UTC
Size:
828 bytes
patch
obsolete
>--- usr/lib/dracut/hooks/initqueue/online/10-fetch-kickstart-net.sh.orig 2013-02-11 12:32:19.878314698 +0100 >+++ usr/lib/dracut/hooks/initqueue/online/10-fetch-kickstart-net.sh 2013-02-11 13:02:58.669830496 +0100 >@@ -36,13 +36,14 @@ > fi > done > } < /tmp/net.$netif.lease >- # filename is appended with '$IP_ADDR-kickstart' if ending in '/' >- if [ "${filename%/}" != "$filename" ]; then >- filename="${filename}${new_ip_address}-kickstart" >- fi > kickstart="nfs:$server:$filename" > fi > >+# kickstart is appended with '$IP_ADDR-kickstart' if ending in '/' >+if [ "${kickstart%/}" != "$kickstart" ]; then >+ kickstart="${kickstart}${new_ip_address}-kickstart" >+fi >+ > info "anaconda fetching kickstart from $kickstart" > if fetch_url "$kickstart" /tmp/ks.cfg; then > parse_kickstart /tmp/ks.cfg
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 910550
: 696614