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 317785 Details for
Bug 464120
RFE: replace hard coded Fedora name to allow rebranding of livecds
[?]
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]
read distro name from /etc/system-release (with -p1)
liveinst-rebranded.patch (text/plain), 1.27 KB, created by
Muayyad Alsadi
on 2008-09-26 12:11:30 UTC
(
hide
)
Description:
read distro name from /etc/system-release (with -p1)
Filename:
MIME Type:
Creator:
Muayyad Alsadi
Created:
2008-09-26 12:11:30 UTC
Size:
1.27 KB
patch
obsolete
>--- anaconda-11.4.0.82/liveinst/liveinst.sh.old 2008-06-11 01:24:51.000000000 +0300 >+++ anaconda-11.4.0.82/liveinst/liveinst.sh 2008-06-11 01:28:21.000000000 +0300 >@@ -34,9 +34,9 @@ > # load modules that would get loaded by the loader... (#230945) > for i in md raid0 raid1 raid5 raid6 raid456 raid10 fat msdos lock_nolock gfs2 reiserfs ext2 ext3 jfs xfs dm-mod dm-zero dm-mirror dm-snapshot dm-multipath dm-round-robin dm-emc vfat ; do /sbin/modprobe $i ; done > >-export ANACONDA_PRODUCTNAME="Fedora" >-export ANACONDA_PRODUCTVERSION=$(rpm -q fedora-release --qf "%{VERSION}") >-export ANACONDA_BUGURL="https://bugzilla.redhat.com/bugzilla/" >+export ANACONDA_PRODUCTNAME=$( cat /etc/system-release | cut -d ' ' -f 1 ) >+export ANACONDA_PRODUCTVERSION=$( cat /etc/system-release | sed -r -e 's/^.*([0-9]+) *\(.*$/\1/' ) >+export ANACONDA_BUGURL=${ANACONDA_BUGURL:="https://bugzilla.redhat.com/bugzilla/"} > > export PATH=/sbin:/usr/sbin:$PATH > >--- anaconda-11.4.0.82/liveinst/liveinst.desktop.in.old 2008-06-11 02:18:38.000000000 +0300 >+++ anaconda-11.4.0.82/liveinst/liveinst.desktop.in 2008-06-11 02:18:59.000000000 +0300 >@@ -6,7 +6,7 @@ > Exec=/usr/bin/liveinst > Terminal=false > Type=Application >-Icon=fedora-logo-icon >+Icon=system-software-installer > Encoding=UTF-8 > StartupNotify=true > NoDisplay=true
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 464120
: 317785