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 613667 Details for
Bug 857925
update needed for anaconda 18.8 which removed the lang-table file
[?]
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]
lorax-langtable.patch
lorax-langtable.patch (text/plain), 1.83 KB, created by
David Cantrell
on 2012-09-17 14:05:17 UTC
(
hide
)
Description:
lorax-langtable.patch
Filename:
MIME Type:
Creator:
David Cantrell
Created:
2012-09-17 14:05:17 UTC
Size:
1.83 KB
patch
obsolete
>diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl >index 99922cf..f1f8b05 100644 >--- a/share/runtime-cleanup.tmpl >+++ b/share/runtime-cleanup.tmpl >@@ -12,7 +12,6 @@ remove usr/share/i18n > %for locale in removelocales: > remove usr/share/locale/${locale} > %endfor >-remove usr/share/anaconda/lang-table > > ## not required packages installed as dependencies > ## no perl (it gets pulled in on ppc) >diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl >index 114e00b..41df26d 100644 >--- a/share/runtime-postinstall.tmpl >+++ b/share/runtime-postinstall.tmpl >@@ -38,7 +38,6 @@ systemctl mask fedora-configure.service fedora-loadmodules.service \ > ## install some basic configuration files > append etc/resolv.conf "" > append etc/fstab "" >-copy usr/share/anaconda/lang-table etc > install ${configdir}/i18n etc/sysconfig > install ${configdir}/rsyslog.conf etc > install ${configdir}/bash_history root/.bash_history >diff --git a/src/pylorax/treebuilder.py b/src/pylorax/treebuilder.py >index 460d742..48a0e0c 100644 >--- a/src/pylorax/treebuilder.py >+++ b/src/pylorax/treebuilder.py >@@ -127,13 +127,7 @@ class RuntimeBuilder(object): > > def cleanup(self): > '''Remove unneeded packages and files with runtime-cleanup.tmpl''' >- # get removelocales list first >- localedir = joinpaths(self.vars.root, "usr/share/locale") >- langtable = joinpaths(self.vars.root, "usr/share/anaconda/lang-table") >- locales = set([d for d in os.listdir(localedir) if isdir(joinpaths(localedir,d))]) >- keeplocales = [line.split()[1] for line in open(langtable)] >- removelocales = locales.difference(keeplocales) >- self._runner.run("runtime-cleanup.tmpl", removelocales=removelocales) >+ pass > > def writepkgsizes(self, pkgsizefile): > '''debugging data: write a big list of pkg sizes'''
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 857925
: 613667